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