INotificationClient.SingleValueWrite (METH)
METHOD SingleValueWrite
This method will be called when a variable will be written to the connected device
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.WriteRequestDone 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
pOldValuePOINTER TO BYTE
The address of the former value as far as known on side of the current device.
Note
Please remark that the value might have changed on the connected device in the meantime
pNewValuePOINTER 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