<< Click to Display Table of Contents >> Navigation: »No topics above this level« Cpu.ReadCommunicationLibraryVersions Method |
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
);
versionInfos
Contains the resulting verson info. The key is the name of the component and the value is the version string.
0 on success.
Cpu Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]