Delegate OnCmdLinkReadSafe
Callback invoked after a port read (safe version). Used to report read activity on the GenApi IPort implementation of the command link of the PvDevice.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public delegate void OnCmdLinkReadSafe(PvDevice aDevice, byte[] aBuffer, long aAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDevice | aDevice | Pointer to the device object. |
| byte[] | aBuffer | Pointer to the data read. |
| long | aAddress | Address of the data read on the device. |