'Declaration
<NotNullAttribute()> Function DecodeInDataTypeDictionaryModel( _ ByVal dataTypeDescriptor As UADataTypeDescriptor, _ ByVal extensionObjectBody As Object _ ) As ValueResult(Of GenericData)
'Usage
Dim instance As IUADataTypeSystem Dim dataTypeDescriptor As UADataTypeDescriptor Dim extensionObjectBody As Object Dim value As ValueResult(Of GenericData) value = instance.DecodeInDataTypeDictionaryModel(dataTypeDescriptor, extensionObjectBody)
[NotNull()] ValueResult<GenericData> DecodeInDataTypeDictionaryModel( UADataTypeDescriptor dataTypeDescriptor, object extensionObjectBody )
[NotNull()] ValueResult<GenericData^>^ DecodeInDataTypeDictionaryModel( UADataTypeDescriptor^ 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).