uaPLUS Reference
ValidateDataValue Method
See Also  Send Feedback
Opc.Ua Namespace > ClientBase Class : ValidateDataValue Method

value
expectedType
index
diagnosticInfos
responseHeader

Glossary Item Box

Syntax

Visual Basic (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
C# 
public static ServiceResult ValidateDataValue( 
   DataValue value,
   Type expectedType,
   int index,
   DiagnosticInfoCollection diagnosticInfos,
   ResponseHeader responseHeader
)

Parameters

value
expectedType
index
diagnosticInfos
responseHeader

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.