OPCUAClient_UnregisterNodes (FUN)
FUNCTION OPCUAClient_UnregisterNodes : RTS_IEC_RESULT
This function sends an UnregisterNodes 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_UnregisterNodesRTS_IEC_RESULTInput
hConnectionRTS_IEC_HANDLEHandle to the connection where the request should be sent.
noOfNodesToUnregisterOpcUa_Int32Number of nodes to be unregistered by the server.
pNodesToUnregisterPOINTER TO OpcUa_NodeId
Pointer to an array of nodes to unregister.
iViewCallbackIOPCUAClientViewCallbackCallback interface to retrieve the results.