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

context
attributeId
indexRange
value

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function WriteAttribute( _
   ByVal context As ISystemContext, _
   ByVal attributeId As UInteger, _
   ByVal indexRange As NumericRange, _
   ByVal value As DataValue _
) As ServiceResult
C# 
public ServiceResult WriteAttribute( 
   ISystemContext context,
   uint attributeId,
   NumericRange indexRange,
   DataValue value
)

Parameters

context
attributeId
indexRange
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.