PicoOPC User's Guide and Reference
Write Method



OpcLabs.PicoOpc Assembly > OpcLabs.PicoOpc.UA Namespace > Client Class : Write Method
Array of nodes and their attributes and values to write.
Writes values to one or more attributes of one or more nodes.
Syntax
'Declaration
 
Public Function Write( _
   ByVal writeValueArray() As WriteValue _
) As UInteger()
'Usage
 
Dim instance As Client
Dim writeValueArray() As WriteValue
Dim value() As UInteger
 
value = instance.Write(writeValueArray)
public uint[] Write( 
   WriteValue[] writeValueArray
)

Parameters

writeValueArray
Array of nodes and their attributes and values to write.

Return Value

Returns an array of status codes for the nodes to write.
Exceptions
ExceptionDescription
Represents one or more errors that occur during application execution.
Usage error.
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

Client Class
Client Members