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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UASimpleTypeDescription Class > UASimpleTypeDescription Constructor : UASimpleTypeDescription Constructor(UANodeId,UAQualifiedName,UASimpleTypeDescription,UABuiltInType)
The Node ID of the data type.
A unique name for the data type.
Simple data type description from which this simple type is derived.
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 baseSimpleDataTypeDescription As UASimpleTypeDescription, _
   ByVal builtInType As UABuiltInType _
)
'Usage
 
Dim dataTypeId As UANodeId
Dim name As UAQualifiedName
Dim baseSimpleDataTypeDescription As UASimpleTypeDescription
Dim builtInType As UABuiltInType
 
Dim instance As New UASimpleTypeDescription(dataTypeId, name, baseSimpleDataTypeDescription, builtInType)

Parameters

dataTypeId
The Node ID of the data type.
name
A unique name for the data type.
baseSimpleDataTypeDescription
Simple data type description from which this simple type is derived.
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