OPC Studio User's Guide and Reference
TryResolveMissingDataTypeEncodingIds Property (_UAComplexDataClientPluginParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Plugins.ComplexData.ComTypes Namespace > _UAComplexDataClientPluginParameters Interface : TryResolveMissingDataTypeEncodingIds Property
Determines whether the plug-in will try to resolve the data type encoding IDs if they are missing.
Syntax
'Declaration
 
Property TryResolveMissingDataTypeEncodingIds As Boolean
'Usage
 
Dim instance As _UAComplexDataClientPluginParameters
Dim value As Boolean
 
instance.TryResolveMissingDataTypeEncodingIds = value
 
value = instance.TryResolveMissingDataTypeEncodingIds
bool TryResolveMissingDataTypeEncodingIds {get; set;}
property bool TryResolveMissingDataTypeEncodingIds {
   bool get();
   void set (    bool value);
}

Property Value

The default value of this property is True.

Remarks

Normally, the data type encoding ID should be provided by the OPC UA server, and is then reflected in the OpcLabs.EasyOpc.UA.UAExtensionObject.DataTypeEncodingId property. When it is missing, the plug-in can try to fill it in by somewhat involved and ineffective process, which involves multiple round-trips to the server.

This parameter only affects the decoding (reads and subscribes) and not the encoding (writes).

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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