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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAEnumDescription Class > UAEnumDescription Constructor : UAEnumDescription Constructor(UANodeId,UAQualifiedName,UAEnumDefinition,UABuiltInType)
The Node ID of the data type.
A unique name for the data type.
The definition of the enumeration data type.
Indicates if the data type is an enumeration or an option set.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataTypeId As UANodeId, _
   ByVal name As UAQualifiedName, _
   ByVal enumDefinition As UAEnumDefinition, _
   ByVal builtInType As UABuiltInType _
)
'Usage
 
Dim dataTypeId As UANodeId
Dim name As UAQualifiedName
Dim enumDefinition As UAEnumDefinition
Dim builtInType As UABuiltInType
 
Dim instance As New UAEnumDescription(dataTypeId, name, enumDefinition, builtInType)

Parameters

dataTypeId
The Node ID of the data type.
name
A unique name for the data type.
enumDefinition
The definition of the enumeration data type.
builtInType
Indicates if the data type is an enumeration or an option set.
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