QuickOPC User's Guide and Reference
UASimpleTypeDescription Constructor(UANodeId,UAQualifiedName,UABuiltInType)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UASimpleTypeDescription Class > UASimpleTypeDescription Constructor : UASimpleTypeDescription Constructor(UANodeId,UAQualifiedName,UABuiltInType)
The Node ID of the data type.
A unique name for the data type.
The built-in type used for the encoding of the simple data type.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataTypeId As UANodeId, _
   ByVal name As UAQualifiedName, _
   ByVal builtInType As UABuiltInType _
)
'Usage
 
Dim dataTypeId As UANodeId
Dim name As UAQualifiedName
Dim builtInType As UABuiltInType
 
Dim instance As New UASimpleTypeDescription(dataTypeId, name, builtInType)
public UASimpleTypeDescription( 
   UANodeId dataTypeId,
   UAQualifiedName name,
   UABuiltInType builtInType
)
public:
UASimpleTypeDescription( 
   UANodeId^ dataTypeId,
   UAQualifiedName^ name,
   UABuiltInType builtInType
)

Parameters

dataTypeId
The Node ID of the data type.
name
A unique name for the data type.
builtInType
The built-in type used for the encoding of the simple data type.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also