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