OPCUAClient_RegisterNodes (FUN)
FUNCTION OPCUAClient_RegisterNodes : RTS_IEC_RESULT
This function sends a RegisterNodes request to the OPC UA server. Several operations can be done in one call. The results of the operation are returned by a callback interface.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_RegisterNodesRTS_IEC_RESULTInput
hConnectionRTS_IEC_HANDLEHandle to the connection where the request should be sent.
noOfNodesToRegisterOpcUa_Int32Number of nodes to be registered by the server.
pNodesToRegisterPOINTER TO OpcUa_NodeId
Pointer to an array of nodes to register.
iViewCallbackIOPCUAClientViewCallbackCallback interface to retrieve the results.