Delegate OnAcquisitionStateChanged
Called whenever the state manager changes the acquisition mode.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public delegate void OnAcquisitionStateChanged(PvDevice aDevice, PvStream aStream, uint aSource, PvAcquisitionState aState)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDevice | aDevice | Pointer to the device controlled by the acquisition state manager. |
| PvStream | aStream | Pointer to the PvStream object. |
| uint | aSource | Source for which the acquisition state changed. |
| PvAcquisitionState | aState | New acquisition state. |