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