OPCUAClient_Call (FUN)
FUNCTION OPCUAClient_Call : RTS_IEC_RESULT
This function sends a Call request to the OPC UA server. Several method calls can be done in one operation. The results of the method call are returned by an callback interface.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_CallRTS_IEC_RESULTInput
hConnectionRTS_IEC_HANDLEHandle to the connection where to send the read request.
pMethodsToCallPOINTER TO OpcUa_CallMethodRequest
Methods an parameters to call
numMethodsOpcUa_Int32Number of nodes to read.
iCallCallbackIOPCUAClientMethodCallbackCallback interface to get the results.