EasyUA Reference
IsEncodingFor(NodeId,ExtensionObject) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ITypeTable Interface > IsEncodingFor Method : IsEncodingFor(NodeId,ExtensionObject) Method

expectedTypeId
The identifier of the expected type .
value
The value.

Glossary Item Box

Determines if the value contained in an extension object value matches the expected data type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ITypeTable
Dim expectedTypeId As NodeId
Dim value As ExtensionObject
Dim value As Boolean
 
value = instance.IsEncodingFor(expectedTypeId, value)

Parameters

expectedTypeId
The identifier of the expected type .
value
The value.

Return Value

true if the value contained in an extension object value matches the expected data type; otherwise, false.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.