View Source OpcUA.ObjectTypeNode (Opex62541 v0.1.4)

ObjectTypeNode

ObjectTypes provide definitions for Objects. Abstract objects cannot be instantiated.

Summary

Functions

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