open62541 1.3.10
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
UA_NodeId Struct Reference

#include <types.h>

Data Fields

UA_UInt16 namespaceIndex
 
enum UA_NodeIdType identifierType
 
union { 
 
   UA_UInt32   numeric 
 
   UA_String   string 
 
   UA_Guid   guid 
 
   UA_ByteString   byteString 
 
identifier 
 

Detailed Description

Definition at line 283 of file types.h.

Field Documentation

◆ namespaceIndex

UA_UInt16 UA_NodeId::namespaceIndex

Definition at line 284 of file types.h.

◆ identifierType

enum UA_NodeIdType UA_NodeId::identifierType

Definition at line 285 of file types.h.

◆ numeric

UA_UInt32 UA_NodeId::numeric

Definition at line 287 of file types.h.

◆ string

UA_String UA_NodeId::string

Definition at line 288 of file types.h.

◆ guid

UA_Guid UA_NodeId::guid

Definition at line 289 of file types.h.

◆ byteString

UA_ByteString UA_NodeId::byteString

Definition at line 290 of file types.h.

◆ [union]

union { ... } UA_NodeId::identifier

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