Method ReadBatteryThresholdLowAsync
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
ReadBatteryThresholdLowAsync(CancellationToken)
Asynchronously reads the contents of the BatteryThresholdLow register.
public Task<float> ReadBatteryThresholdLowAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.