Cpu.ReadCommunicationLibraryVersions Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Cpu.ReadCommunicationLibraryVersions Method

BR.AN.PviServices .NET


Call this method to retrive the version information of the communication component DLLs. The result will be available as name to version pair.

[Visual Basic]

Public Sub ReadCommunicationLibraryVersions( _

  ByRef versionInfos As Hashtable _

)

[C#]

public int ReadCommunicationLibraryVersions(

  ref Hashtable versionInfos

);

Parameters

versionInfos

Contains the resulting verson info. The key is the name of the component and the value is the version string.

Return Value

0 on success.

See Also

Cpu Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]