UANodeID

Overview

Type:

Structure

Available as of:

V1.0.0.0

Inherits from:

-

Attribute:

'pack_mode' := '1'

Description

The structure UANodeID is used to provide the information to identify the target node on the OPC UA server.

Structure Elements

Name

Data type

Description

NamespaceIndex

UINT

Name space of the OPC UA server.

Identifier

STRING [255]

Identifier.

A null string is not allowed.

IdentifierType

UAIdentifierType

Type of identifier.

Default value: UAAI_String

Only UAAI_Numeric and UAAI_String are supported.

Used By

  • UA_NodeGetHandleList

  • UA_NodeGetInformation

  • UAReferenceDescription

  • UAExpandedNodeID

  • UABrowseDescription

  • UANodeInformation