View Source OpcUA.ObjectNode (Opex62541 v0.1.4)

ObjectNode

Objects are used to represent systems, system components, real-world objects and software objects. Objects are instances of an object type<objecttypenode> and may contain variables, methods and further objects.

Summary

Functions

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