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