AdsReadDeviceInfoInd
The method AdsDeviceInfoInd indicates an ADS DeviceInfo command for reading the identification and version number of an ADS server. The AdsReadDeviceInfoRes must be called afterwards.
Syntax
void AdsReadDeviceInfoInd( AmsAddr& rAddr, ULONG invokeId );
Parameter
rAddr: (type: AmsAddr&) [in] structure with NetId and port number of the ADS server.
invokeId: (type: ULONG) [in] handle of the command that is sent. The InvokeId is specified by the source device and is used for the identification of the commands.
Return Value
void