ANSI C Based OPC UA Client/Server/PubSub SDK  1.9.1.442
OpcUa_Argument Struct Reference

Defines a method input or output argument specification. More...

#include <opcua_types.h>

Data Fields

OpcUa_String Name
 The name of the argument.
 
OpcUa_NodeId DataType
 The NodeId of the DataType of this argument.
 
OpcUa_Int32 ValueRank
 Indicates whether the DataType is an array and how many dimensions the array has. More...
 
OpcUa_UInt32 * ArrayDimensions
 Specifies the length of each dimension for an array dataType. More...
 
OpcUa_LocalizedText Description
 A localised description of the argument.
 

Detailed Description

Defines a method input or output argument specification.

It is for example used in the input and output argument Properties for methods.


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