Module opcua_server::address_space [] [src]

This module holds functionality necessary to access the address space, find nodes, add nodes, change attributes and values on nodes.

Modules

access_level
address_space
base
data_type
generated
method
node
object
object_type
reference_type
types
user_access_level
variable
variable_type
view

Structs

AttrFnGetter

An implementation of attribute getter that can be easily constructed from a mutable function

AttrFnSetter

An implementation of attribute setter that can be easily constructed using a mutable function

Traits

AttributeGetter

An attribute getter trait is used to obtain the datavalue associated with the particular attribute id This allows server implementations to supply a value on demand, usually in response to a polling action such as a monitored item in a subscription.

AttributeSetter