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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UASimpleTypeDescription Class > UASimpleTypeDescription Constructor : UASimpleTypeDescription Constructor(UANodeId,UAQualifiedName,UASimpleTypeDescription)
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.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataTypeId As UANodeId, _
   ByVal name As UAQualifiedName, _
   ByVal baseSimpleDataTypeDescription As UASimpleTypeDescription _
)
'Usage
 
Dim dataTypeId As UANodeId
Dim name As UAQualifiedName
Dim baseSimpleDataTypeDescription As UASimpleTypeDescription
 
Dim instance As New UASimpleTypeDescription(dataTypeId, name, baseSimpleDataTypeDescription)

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.
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