Method WriteBatteryRateAsync
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
WriteBatteryRateAsync(BatteryRateConfiguration, CancellationToken)
Asynchronously writes a value to the BatteryRate register.
public Task WriteBatteryRateAsync(BatteryRateConfiguration value, CancellationToken cancellationToken = default)
Parameters
valueBatteryRateConfigurationThe 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.