Method ReadCam0EventAsync
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
ReadCam0EventAsync(CancellationToken)
Asynchronously reads the contents of the Cam0Event register.
public Task<CameraEvents> ReadCam0EventAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<CameraEvents>
A task that represents the asynchronous read operation. The Result property contains the register payload.