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