Opc.Ua.Core
WriteChildAttribute Method



Opc.Ua Namespace > NodeState Class : WriteChildAttribute Method
The context.
The component path.
The index.
The attribute id.
The value.
Writes the value of the child attribute.
Syntax
'Declaration
 
Public Function WriteChildAttribute( _
   ByVal context As ISystemContext, _
   ByVal componentPath As IList(Of QualifiedName), _
   ByVal index As Integer, _
   ByVal attributeId As UInteger, _
   ByVal value As DataValue _
) As ServiceResult
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim componentPath As IList(Of QualifiedName)
Dim index As Integer
Dim attributeId As UInteger
Dim value As DataValue
Dim value As ServiceResult
 
value = instance.WriteChildAttribute(context, componentPath, index, attributeId, value)

Parameters

context
The context.
componentPath
The component path.
index
The index.
attributeId
The attribute id.
value
The 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