OPCUAClient_Write (FUN)
FUNCTION OPCUAClient_Write : RTS_IEC_RESULT
This function sends a write request to the OPC UA server. Several operations can be done in one call. The results of the operation are returned by an callback interface.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_WriteRTS_IEC_RESULTInput
hConnectionRTS_IEC_HANDLEHandle to the connection where to send the write request.
pNodesToWritePOINTER TO OpcUa_WriteValue
Pointer to an array of nodeID and attributes and values to write.
numOfNodesOpcUa_Int32Number of nodes to write.
iWriteCallbackIOPCUAClientDataAccessCallbackCallback interface to get the results.