uaPLUS Reference
Read(ISystemContext,NodeState,NumericRange,QualifiedName,Object,StatusCode,DateTime) Method
See Also  Send Feedback
Opc.Ua Namespace > BaseVariableValue Class > Read Method : Read(ISystemContext,NodeState,NumericRange,QualifiedName,Object,StatusCode,DateTime) Method

context
node
indexRange
dataEncoding
value
statusCode
timestamp

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Protected Overloads Function Read( _
   ByVal context As ISystemContext, _
   ByVal node As NodeState, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByRef value As Object, _
   ByRef statusCode As StatusCode, _
   ByRef timestamp As Date _
) As ServiceResult
C# 
protected ServiceResult Read( 
   ISystemContext context,
   NodeState node,
   NumericRange indexRange,
   QualifiedName dataEncoding,
   ref object value,
   ref StatusCode statusCode,
   ref DateTime timestamp
)

Parameters

context
node
indexRange
dataEncoding
value
statusCode
timestamp

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.