Opc.Ua.Core
ValidateDataValue Method



Opc.Ua Namespace > ClientBase Class : ValidateDataValue Method
The value.
The expected type.
The index.
The diagnostic information.
The response header.
Validates a DataValue returned from the server.
Syntax
'Declaration
 
Public Shared Function ValidateDataValue( _
   ByVal value As DataValue, _
   ByVal expectedType As Type, _
   ByVal index As Integer, _
   ByVal diagnosticInfos As DiagnosticInfoCollection, _
   ByVal responseHeader As ResponseHeader _
) As ServiceResult
'Usage
 
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientBase Class
ClientBase Members