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