open62541 1.3.14
Open source implementation of OPC UA
|
#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 | |
enum UA_NodeIdType UA_NodeId::identifierType |
UA_ByteString UA_NodeId::byteString |
union { ... } UA_NodeId::identifier |