An extension object body to be decoded.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
In DataTypeDictionary model, decodes an extension object body according to given data type descriptor.
Syntax
Parameters
- dataTypeDescriptor
- Identifies an OPC UA data type together with its data type dictionary.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
- extensionObjectBody
- An extension object body to be decoded.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Return Value
A value result: A success with the decoded generic data, or a failure.
This method never returns null
(Nothing
in Visual Basic).
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