QuickOPC User's Guide and Reference
ResolveDataTypes Method (_EasyUAClientComplexData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes Namespace > _EasyUAClientComplexData Interface : ResolveDataTypes Method
A list of data type IDs.
The encoding name.
Resolves data types from given data type IDs and an encoding name.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function ResolveDataTypes( _
   ByVal dataTypeIdList As Object, _
   ByVal encodingName As Object _
) As Object()
'Usage
 
Dim instance As _EasyUAClientComplexData
Dim dataTypeIdList As Object
Dim encodingName As Object
Dim value() As Object
 
value = instance.ResolveDataTypes(dataTypeIdList, encodingName)
[ElementsNotNull()]
[NotNull()]
object[] ResolveDataTypes( 
   object dataTypeIdList,
   object encodingName
)
[ElementsNotNull()]
[NotNull()]
array<Object^>^ ResolveDataTypes( 
   Object^ dataTypeIdList,
   Object^ encodingName
) 

Parameters

dataTypeIdList
A list of data type IDs.
encodingName
The encoding name.

Return Value

An array of value results with the data types obtained, for corresponding indexes of the input list.
Remarks

The standard browse names to be used with encodingName are:

You can obtain the client complex data interface (OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData) by calling the OpcLabs.EasyOpc.UA.EasyUAClientCore.GetService method on the OpcLabs.EasyOpc.UA.EasyUAClientCore object, passing it the type of OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData as the argument.

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