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

context
relativePath
index
attributeId
dataValue

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overridable Function ReadChildAttribute( _
   ByVal context As ISystemContext, _
   ByVal relativePath As IList(Of QualifiedName), _
   ByVal index As Integer, _
   ByVal attributeId As UInteger, _
   ByVal dataValue As DataValue _
) As ServiceResult
C# 
public virtual ServiceResult ReadChildAttribute( 
   ISystemContext context,
   IList<QualifiedName> relativePath,
   int index,
   uint attributeId,
   DataValue dataValue
)

Parameters

context
relativePath
index
attributeId
dataValue

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.