High Performance OPC UA Server SDK  1.2.0.193
ua_idtype

An enumeration that identifies the IdType of a NodeId. More...

Enumerations

enum  ua_idtype {
  UA_IDTYPE_NUMERIC = 0, UA_IDTYPE_STRING = 1, UA_IDTYPE_GUID = 2, UA_IDTYPE_OPAQUE = 3,
  UA_IDTYPE_MAX_ENUM_VALUE = INT32_MAX
}
 An enumeration that identifies the IdType of a NodeId. More...
 

Functions

const char * ua_idtype_to_string (enum ua_idtype idtype)
 

Detailed Description

An enumeration that identifies the IdType of a NodeId.

Enumeration Type Documentation

enum ua_idtype

An enumeration that identifies the IdType of a NodeId.

Enumerator
UA_IDTYPE_NUMERIC 

Numeric value.

UA_IDTYPE_STRING 

String value.

UA_IDTYPE_GUID 

Globally Unique Identifier.

UA_IDTYPE_OPAQUE 

Namespace specific format.