IOPCUAClientMethodCallback.CallCallback (METH)ΒΆ
METHOD CallCallback : OpcUa_StatusCode
Called in response to OpcUaClient_Call
- InOut:
- Scope - Name - Type - Comment - Return - CallCallback- OpcUa_StatusCode- Input - hConnection- RTS_IEC_HANDLE- The handle of the connection used to call read. - serviceResult- OpcUa_StatusCode- The result of the read service. - numOfMethods- OpcUa_Int32- The number of requested method calls and results - pMethodCalls- POINTER TO OpcUa_CallMethodRequest - The called methods. :note: This pointer is independent from the - pointer passed to OPCUAClient_Call. Do not free up any memory here. - pMethodResults- POINTER TO OpcUa_CallMethodResult - The results of the method. Do not free this memory. 
