Method ReadTimestampedEnableLedModeAsync
ReadTimestampedEnableLedModeAsync(CancellationToken)
Asynchronously reads the timestamped contents of the EnableLedMode register.
public Task<Timestamped<LedState>> ReadTimestampedEnableLedModeAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<Timestamped<LedState>>
A task that represents the asynchronous read operation. The Result property contains the timestamped register payload.