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

context
componentPath
index
attributeId
value

Glossary Item Box

Syntax

Visual Basic (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
C# 
public ServiceResult WriteChildAttribute( 
   ISystemContext context,
   IList<QualifiedName> componentPath,
   int index,
   uint attributeId,
   DataValue value
)

Parameters

context
componentPath
index
attributeId
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.