Reads one or more values, qualities and timestamps for the items specified.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function Read( _
ByVal items() As OPCDA.NET.ItemValue _
) As Integer
|
C# | |
---|
public int Read(
OPCDA.NET.ItemValue[] items
)
|
Parameters
- items
- Holds the server handle as the item identifier on entry and the read
value/quality/timestamp or error on return.
Return Value
HRESULT success/error code
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also