[][src]Module opcua_server::address_space::node

Enums

NodeType

A NodeType is an enumeration holding every kind of node which can be hosted within the AddressSpace.

Traits

HasNodeId
Node

Implemented by each node type's to provide a generic way to set or get attributes, e.g. from the Attributes service set. Internal callers could call the setter / getter on the node if they have access to them.

NodeBase

Implemented within a macro for all Node types. Functions that return a result in an Option do so because the attribute is optional and not necessarily there.