|
open62541 1.3.15
Open source implementation of OPC UA
|
#include <opcua_types.h>
Data Fields | |
| OpcUa_String | Name |
| OpcUa_LocalizedText | Description |
| OpcUa_NodeId | DataType |
| OpcUa_Int32 | ValueRank |
| OpcUa_Int32 | NoOfArrayDimensions |
| OpcUa_UInt32 * | ArrayDimensions |
| OpcUa_UInt32 | MaxStringLength |
| OpcUa_Boolean | IsOptional |
Definition at line 287 of file opcua_types.h.
| OpcUa_UInt32* _OpcUa_StructureField::ArrayDimensions |
Definition at line 294 of file opcua_types.h.
| OpcUa_NodeId _OpcUa_StructureField::DataType |
Definition at line 291 of file opcua_types.h.
| OpcUa_LocalizedText _OpcUa_StructureField::Description |
Definition at line 290 of file opcua_types.h.
| OpcUa_Boolean _OpcUa_StructureField::IsOptional |
Definition at line 296 of file opcua_types.h.
| OpcUa_UInt32 _OpcUa_StructureField::MaxStringLength |
Definition at line 295 of file opcua_types.h.
| OpcUa_String _OpcUa_StructureField::Name |
Definition at line 289 of file opcua_types.h.
| OpcUa_Int32 _OpcUa_StructureField::NoOfArrayDimensions |
Definition at line 293 of file opcua_types.h.
| OpcUa_Int32 _OpcUa_StructureField::ValueRank |
Definition at line 292 of file opcua_types.h.