S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
SOPC_NodeId Struct Reference

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 
 

Detailed Description

This structure describes a basic NodeID in OPC UA.

Field Documentation

◆ IdentifierType

SOPC_IdentifierType SOPC_NodeId::IdentifierType

◆ Namespace

uint16_t SOPC_NodeId::Namespace

◆ Numeric

uint32_t SOPC_NodeId::Numeric

◆ String

SOPC_String SOPC_NodeId::String

◆ Guid

SOPC_Guid* SOPC_NodeId::Guid

◆ Bstring

SOPC_ByteString SOPC_NodeId::Bstring

◆ [union]

union { ... } SOPC_NodeId::Data

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