View Source OpcUA.ExpandedNodeId (Opex62541 v0.1.4)

A NodeId that allows the namespace URI to be specified instead of an index.

Summary

Functions

Creates a structure for an expanded node in the address space of an OPC UA Server.

Functions

@spec new(list()) :: %OpcUA.ExpandedNodeId{
  name_space_uri: term(),
  node_id: term(),
  server_index: term()
}

Creates a structure for an expanded node in the address space of an OPC UA Server.