INotificationClient.ListValueWrite (METH)ΒΆ
METHOD ListValueWrite
This method will be called when a variable will be written as part of a list operation (see INotificationClient.ListOperationStart or INotificationClient.ListOperationDone)
Note
Please remark that this method will be called before the write operation is sent to the connected device. For being sure about a successful execution the followup call of INotificationClient.ListOperationDone should be checked.
- InOut:
Scope
Name
Type
Comment
Input
remoteNameThe 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
pWriteValuePOINTER TO BYTE
The address of the value containing the value that will be written
valueTypeIBaseLibrary.TypeClassThe type information of the currently read value
valueSize__UXINTThe size in bytes of the currently read value