'Declaration
<NotNullAttribute()> Function DecodeInDataTypeDictionaryModel( _ ByVal dataTypeDescriptor As Object, _ ByVal extensionObjectBody As Object _ ) As ValueResult
'Usage
Dim instance As _UADataTypeSystem Dim dataTypeDescriptor As Object Dim extensionObjectBody As Object Dim value As ValueResult value = instance.DecodeInDataTypeDictionaryModel(dataTypeDescriptor, extensionObjectBody)
[NotNull()] ValueResult DecodeInDataTypeDictionaryModel( object dataTypeDescriptor, object extensionObjectBody )
[NotNull()] ValueResult^ DecodeInDataTypeDictionaryModel( Object^ dataTypeDescriptor, Object^ extensionObjectBody )
Parameters
- dataTypeDescriptor
- Identifies an OPC UA data type together with its data type dictionary.
- extensionObjectBody
- An extension object body to be decoded.
Return Value
A value result: A success with the decoded generic data, or a failure.