EasyUA Reference
Write Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ILocalNode Interface : Write Method

attributeId
The attribute identifier.
value
The value.

Glossary Item Box

Writes the value of an attribute.

Syntax

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.