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