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