Opc.Ua.Core
Write Method (ILocalNode)



Opc.Ua Namespace > ILocalNode Interface : Write Method
The attribute identifier.
The value.
Writes the value of an attribute.
Syntax
'Declaration
 
Function Write( _
   ByVal attributeId As UInteger, _
   ByVal value As DataValue _
) As ServiceResult
'Usage
 
Dim instance As ILocalNode
Dim attributeId As UInteger
Dim value As DataValue
Dim value As ServiceResult
 
value = instance.Write(attributeId, value)

Parameters

attributeId
The attribute identifier.
value
The value.

Return Value

The result of Write operation
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

ILocalNode Interface
ILocalNode Members