Method WriteBatteryThresholdLowAsync
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
WriteBatteryThresholdLowAsync(float, CancellationToken)
Asynchronously writes a value to the BatteryThresholdLow register.
public Task WriteBatteryThresholdLowAsync(float value, CancellationToken cancellationToken = default)
Parameters
value
floatThe value to be stored in the register.
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.