Method ReadEnableLedAsync
ReadEnableLedAsync(CancellationToken)
Asynchronously reads the contents of the EnableLed register.
public Task<LedState> ReadEnableLedAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.