Delegate OnCmdLinkRead
Callback invoked after a port read. 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 OnCmdLinkRead(PvDevice aDevice, byte[] aBuffer, long aAddress, long aLength)
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. |
| long | aLength | Length of the data, in bytes. |