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