ANSI C UA Server SDK  1.5.1.313
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
OpcUa_CallMethodResult Struct Reference

A structure that is defined as the type of the results parameter of the Call service. More...

#include <opcua_types.h>

Data Fields

OpcUa_StatusCode StatusCode
 StatusCode of the Method executed in the server. More...
 
OpcUa_StatusCode * InputArgumentResults
 List of StatusCodes for each inputArgument.
 
OpcUa_DiagnosticInfo * InputArgumentDiagnosticInfos
 List of diagnostic information for each inputArgument. More...
 
OpcUa_Variant * OutputArguments
 List of output argument values. More...
 

Detailed Description

A structure that is defined as the type of the results parameter of the Call service.


The documentation for this struct was generated from the following file: