High Performance OPC UA Server SDK  1.2.0.193
ua_nodeid Struct Reference

Structure for an UA Nodeid, see also ua_nodeid. More...

#include <nodeid.h>

Data Fields

union {
   uint32_t   numeric
 Numeric value.
 
   struct ua_string *   string
 String value.
 
   struct ua_guid *   guid
 Globally Unique Identifier.
 
   struct ua_bytestring *   opaque
 Namespace specific format in a ByteString.
 
identifier
 The identifier for a Node in the AddressSpace of an OPC UA Server. More...
 
enum ua_identifiertype type
 The format and data type of the identifier. More...
 
uint16_t nsindex
 The index for a namespace URI. More...
 

Detailed Description

Structure for an UA Nodeid, see also ua_nodeid.

See also
ua_nodeid

Field Documentation

union { ... } identifier

The identifier for a Node in the AddressSpace of an OPC UA Server.

uint16_t nsindex

The index for a namespace URI.

enum ua_identifiertype type

The format and data type of the identifier.


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