OPCDA.NET-UA
Write(ItemValue[]) Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Group Class > Write Method : Write(ItemValue[]) Method

items
The item handles and the values to be written.

Glossary Item Box

Writes values to one or more items in a group. The function runs to completion. The values are written to the DEVICE. That is, the function should not return until it verifies that the device has actually accepted (or rejected) the data.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Write( _
   ByVal items() As OPCDA.NET.ItemValue _
) As Integer
C# 
public int Write( 
   OPCDA.NET.ItemValue[] items
)

Parameters

items
The item handles and the values to be written.

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.