Read the current value of one item. An asynchronous OpcGroup read call is executed. The value is returned in the ReadComplete callback handler.
This simplified Read overload does not return a cancel ID and therefore does not allow the call to be cancelled.
Syntax
Parameters
- name
- IN: Full OPC item name
- TransactionId
- This value is returned in the ReadComplete callback to allow
the value to be associated with the Read call.
Return Value
HRESULT success/error code
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also