View Source OpcUA.ViewNode (Opex62541 v0.1.4)

ViewNode

Each View defines a subset of the Nodes in the AddressSpace. Views can be used when browsing an information model to focus on a subset of nodes and references only. ViewNodes can be created and be interacted with. But their use in the :ref:Browse<view-services> service is currently unsupported in open62541.

Summary

Functions

@spec new(term(), list()) :: %OpcUA.ViewNode{
  args: term(),
  browse_name: term(),
  description: term(),
  display_name: term(),
  event_notifier: term(),
  write_mask: term()
}