QuickOPC User's Guide and Reference
ToUADataTypeInfoResult Method (UASimpleTypeDescription)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UASimpleTypeDescription Class : ToUADataTypeInfoResult Method
The data type schema to be used for the conversion.The data type schema to be used for the conversion.
Determines whether base data types are required in the returned info.Determines whether base data types are required in the returned info.
Converts the data type description to a data type info. Converts the data type description to a data type info.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Overrides Function ToUADataTypeInfoResult( _
   ByVal readOnlyDataTypeSchema As IUAReadOnlyDataTypeSchema, _
   ByVal requireBaseDataTypes As Boolean _
) As ValueResult(Of UADataTypeInfo)
'Usage
 
Dim instance As UASimpleTypeDescription
Dim readOnlyDataTypeSchema As IUAReadOnlyDataTypeSchema
Dim requireBaseDataTypes As Boolean
Dim value As ValueResult(Of UADataTypeInfo)
 
value = instance.ToUADataTypeInfoResult(readOnlyDataTypeSchema, requireBaseDataTypes)

Parameters

readOnlyDataTypeSchema
The data type schema to be used for the conversion.The data type schema to be used for the conversion.
requireBaseDataTypes
Determines whether base data types are required in the returned info.Determines whether base data types are required in the returned info.

Return Value

Returns a value result object with the data type info, or with an error.Returns a value result object with the data type info, or with an error.
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