EasyUA Reference
ReadChildAttribute Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : ReadChildAttribute Method

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

Glossary Item Box

Reads the attribute of the child node.

Syntax

Visual Basic (Usage)Copy Code
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.