| Interface | Description |
|---|---|
| DataChangeListener | |
| UaDataType |
Interface definition for OPC UA data type.
|
| UaInstance |
Interface of UA instance nodes.
|
| UaMethod |
Interface definition of OPC UA Method nodes.
|
| UaNode |
OPC UA Node interface.
|
| UaNode.Parameters |
Internal parameters to be used when constructing
UaNode instances. |
| UaNodeFactory |
Node Factory is used to create UaNode objects dynamically.
|
| UaObject |
OPC UA Object interface.
|
| UaObjectType |
Interface definition for OPC UA object type.
|
| UaProperty |
OPC UA Property.
|
| UaReferenceType |
Interface definition of the OPC UA reference type.
|
| UaType |
Common interface for all UA Types.
|
| UaValueNode |
A common interface for UaVariable and UaVariableType.
|
| UaVariable |
UaVariable defines the interface for the UA variable.
|
| UaVariableType |
Interface definition of the OPC UA variable type.
|
| UaView |
Each View defines a subset of the Nodes in the AddressSpace.
|
| Class | Description |
|---|---|
| AbstractUaNode |
Internal abstract base class for client and server side UaNode implementations.
|
| AbstractUaNodeFactory |
A base for
UaNodeFactory implementations, mostly to be used internally. |
| UaReference |
This class models a Reference between 2 OPC UA Nodes.
|
| Exception | Description |
|---|---|
| MethodArgumentException |
An exception while reading method argument values.
|
| UaNodeFactoryException |
Exception from a UA node factory operation, a result of a node creation failure due to missing
object class registration for a node class.
|
| Annotation Type | Description |
|---|---|
| Mandatory |
This node is Mandatory in the type, i.e.
|
| Optional |
This node is Optional in the type, i.e.
|
UaNode model.Copyright © 2026. All rights reserved.