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