'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.
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
This method never returns null
(Nothing
in Visual Basic).