uaPLUS Reference
ReadAttribute Method
See Also  Send Feedback
Opc.Ua Namespace > NodeState Class : ReadAttribute Method

context
attributeId
indexRange
dataEncoding
value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function ReadAttribute( _
   ByVal context As ISystemContext, _
   ByVal attributeId As UInteger, _
   ByVal indexRange As NumericRange, _
   ByVal dataEncoding As QualifiedName, _
   ByVal value As DataValue _
) As ServiceResult
C# 
public virtual ServiceResult ReadAttribute( 
   ISystemContext context,
   uint attributeId,
   NumericRange indexRange,
   QualifiedName dataEncoding,
   DataValue value
)

Parameters

context
attributeId
indexRange
dataEncoding
value

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.