QuickOPC User's Guide and Reference
UASimpleTypeInfo Constructor(UAModelNodeDescriptor,UAQualifiedName,UAModelNodeDescriptor,UADataTypeInfo,UABuiltInType)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UASimpleTypeInfo Class > UASimpleTypeInfo Constructor : UASimpleTypeInfo Constructor(UAModelNodeDescriptor,UAQualifiedName,UAModelNodeDescriptor,UADataTypeInfo,UABuiltInType)
A model node descriptor of the data type ID of this data type.
The name of the data type.
The model node descriptor of the base data type of this simple type.
The data type info of the base data type of this simple 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 UAModelNodeDescriptor, _
   ByVal name As UAQualifiedName, _
   ByVal baseDataTypeId As UAModelNodeDescriptor, _
   ByVal baseDataTypeInfo As UADataTypeInfo, _
   ByVal builtInType As UABuiltInType _
)
'Usage
 
Dim dataTypeId As UAModelNodeDescriptor
Dim name As UAQualifiedName
Dim baseDataTypeId As UAModelNodeDescriptor
Dim baseDataTypeInfo As UADataTypeInfo
Dim builtInType As UABuiltInType
 
Dim instance As New UASimpleTypeInfo(dataTypeId, name, baseDataTypeId, baseDataTypeInfo, builtInType)

Parameters

dataTypeId
A model node descriptor of the data type ID of this data type.
name
The name of the data type.
baseDataTypeId
The model node descriptor of the base data type of this simple type.
baseDataTypeInfo
The data type info of the base data type of this simple 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