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

remoteName

ItemName

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

pWriteValue

POINTER TO BYTE

The address of the value containing the value that will be written

valueType

IBaseLibrary.TypeClass

The type information of the currently read value

valueSize

__UXINT

The size in bytes of the currently read value