.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaClient.DataTypeDescription Class Reference

The description of a data type. More...

Properties

NodeId DataTypeId [get, set]
 Gets the data type identifier. More...
 
NodeId EncodingId [get, set]
 The encoding identifier More...
 
string TypeName [get, set]
 The type name used to look up the type in the dictionary (syntax depends on the TypeSystem). More...
 
DataTypeDictionary Dictionary [get, set]
 The dictionary which defines the type. More...
 
object UserData [get, set]
 Gets or sets user data that can be associated with the description. More...
 

Detailed Description

The description of a data type.

Property Documentation

NodeId UnifiedAutomation.UaClient.DataTypeDescription.DataTypeId
getset

Gets the data type identifier.

The data type identifier.

DataTypeDictionary UnifiedAutomation.UaClient.DataTypeDescription.Dictionary
getset

The dictionary which defines the type.

NodeId UnifiedAutomation.UaClient.DataTypeDescription.EncodingId
getset

The encoding identifier

string UnifiedAutomation.UaClient.DataTypeDescription.TypeName
getset

The type name used to look up the type in the dictionary (syntax depends on the TypeSystem).

object UnifiedAutomation.UaClient.DataTypeDescription.UserData
getset

Gets or sets user data that can be associated with the description.

The user data that can be associated with the description.


The documentation for this class was generated from the following file: