Table of Contents

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

value BatteryRateConfiguration

The value to be stored in the register.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.