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