S2OPC OPCUA Toolkit
|
This structure describes a basic NodeID in OPC UA. More...
#include <sopc_builtintypes.h>
Data Fields | |
SOPC_IdentifierType | IdentifierType |
uint16_t | Namespace |
union { | |
uint32_t Numeric | |
SOPC_String String | |
SOPC_Guid * Guid | |
SOPC_ByteString Bstring | |
} | Data |
This structure describes a basic NodeID in OPC UA.
SOPC_IdentifierType SOPC_NodeId::IdentifierType |
uint16_t SOPC_NodeId::Namespace |
uint32_t SOPC_NodeId::Numeric |
SOPC_String SOPC_NodeId::String |
SOPC_Guid* SOPC_NodeId::Guid |
SOPC_ByteString SOPC_NodeId::Bstring |
union { ... } SOPC_NodeId::Data |