Opc.Ua.Core
ReadChildAttribute Method



Opc.Ua Namespace > NodeState Class : ReadChildAttribute Method
The context.
The relative path.
The index.
The attribute id.
The data value.
Reads the attribute of the child node.
Syntax
'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
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim relativePath As IList(Of QualifiedName)
Dim index As Integer
Dim attributeId As UInteger
Dim dataValue As DataValue
Dim value As ServiceResult
 
value = instance.ReadChildAttribute(context, relativePath, index, attributeId, dataValue)

Parameters

context
The context.
relativePath
The relative path.
index
The index.
attributeId
The attribute id.
dataValue
The data value.

Return Value

An instance of the ServiceResult containing the status code and diagnostic info for the operation. ServiceResult.Good if successful. Detailed error information otherwise.
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

NodeState Class
NodeState Members