This namespace contains classes used for modelling of OPC Unified Architecture (OPC-UA) information.
Classes
| | Class | Description |
 | UABaseDataVariable<TValue,TAttribute> | The BaseDataVariableType is a subtype of the BaseVariableType. It is used as the type definition whenever there is a DataVariable having no more concrete type definition available. This VariableType is the base VariableType for VariableTypes of DataVariables, and all other VariableTypes of DataVariables shall either directly or indirectly inherit from it. However, it might not be possible for servers to provide all HasSubtype References from this VariableType to its subtypes, and therefore it is not required to provide this information. |
 | UABaseVariable<TValue,TAttribute> | The BaseVariableType is the abstract base type for all other VariableTypes. However, only the PropertyType and the BaseDataVariableType directly inherit from this type. |
 | UAClientReadOnlyModelProvider | An OPC-UA read-only model provider that provides the information in runtime by interrogating the OPC-UA servers. |
 | UAEmptyReadOnlyModelProvider | An OPC-UA read-only model provider that provides an empty model, i.e. a model with no information. |
 | UAModel | Implements the OPC-UA information model, based on the associated model provider. |
 | UAModelClient | Allows client access to OPC Unified Architecture (OPC-UA) servers using the OPC-UA information model. |
 | UAPropertyNode<TValue,TAttribute> | The PropertyType is a subtype of the BaseVariableType. It is used as the type definition for all Properties. Properties are defined by their BrowseName, and therefore they do not need a specialized type definition. It is not allowed to subtype this VariableType. |
Interfaces
See Also