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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes Namespace > _EasyUAClientComplexData Interface : FindDataTypeEncodingId Method
The collection of encoding node elements.
The type of the extension object.
Finds the data type encoding from collection of encoding node elements, and an extension object type.
Syntax
'Declaration
 
<NotNullAttribute()>
Function FindDataTypeEncodingId( _
   ByVal encodingNodeElementCollection As Object, _
   ByVal extensionObjectType As UAExtensionObjectType _
) As ValueResult
'Usage
 
Dim instance As _EasyUAClientComplexData
Dim encodingNodeElementCollection As Object
Dim extensionObjectType As UAExtensionObjectType
Dim value As ValueResult
 
value = instance.FindDataTypeEncodingId(encodingNodeElementCollection, extensionObjectType)

Parameters

encodingNodeElementCollection
The collection of encoding node elements.
extensionObjectType
The type of the extension object.

Return Value

Returns a value result with the encoding node Id, 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