ServerCapabiltiesReader.WriteCallback (METH)

METHOD WriteCallback : CmpOPCUAStack_Interfaces.OpcUa_StatusCode

Called in response to OpcUaClient_Write.

InOut:

Scope

Name

Type

Comment

Return

WriteCallback

CmpOPCUAStack_Interfaces.OpcUa_StatusCode

Input

hConnection

SysTypes.RTS_IEC_HANDLE

The handle of the connection used to call read.

serviceResult

CmpOPCUAStack_Interfaces.OpcUa_StatusCode

The result of the write services.

numOfNodes

CmpOPCUAStack_Interfaces.OpcUa_Int32

The number of values and available results.

pRequests

POINTER TO CmpOPCUAStack_Interfaces.OpcUa_WriteValue

The requested values to be written.

pResults

POINTER TO CmpOPCUAStack_Interfaces.OpcUa_StatusCode

The status codes for each write operaiton.