EasyUA Reference
ValidateDataValue Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ClientBase Class : ValidateDataValue Method

value
The value.
expectedType
The expected type.
index
The index.
diagnosticInfos
The diagnostic information.
responseHeader
The response header.

Glossary Item Box

Validates a DataValue returned from the server.

Syntax

Visual Basic (Usage)Copy Code
Dim value As DataValue
Dim expectedType As Type
Dim index As Integer
Dim diagnosticInfos As DiagnosticInfoCollection
Dim responseHeader As ResponseHeader
Dim value As ServiceResult
 
value = ClientBase.ValidateDataValue(value, expectedType, index, diagnosticInfos, responseHeader)

Parameters

value
The value.
expectedType
The expected type.
index
The index.
diagnosticInfos
The diagnostic information.
responseHeader
The response header.

Return Value

Result of the vaidation

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.