Object Type Node
OPC-UA Object Type Node implementation. Derived from Node
.
Functions
VariableNode.new(node_id, node_name, parent_node)
Creates a new ObjectTypeNode
instance.
Params
- node_id
NodeId
- The NodeId of the object_type node
- node_name
string
- Name of the new node
- parent_node
NodeId
- The NodeId of the parent node
Returns: ObjectTypeNode
new instance