INotificationClient.ListValueRead (METH)ΒΆ
METHOD ListValueRead
This method will be called when a variable was read as part of a list operation (see INotificationClient.ListOperationStart or INotificationClient.ListOperationDone)
- InOut:
Scope
Name
Type
Comment
Input
remoteName
The name of the variable as known by the connected device that was read. For details of the format of this parameter have a look at ItemName or ItemNameType
pReadValue
POINTER TO BYTE
The address of the value containing the recently read value
valueType
IBaseLibrary.TypeClass
The type information of the currently read value
valueSize
__UXINT
The size in bytes of the currently read value