Table of Contents

Enum BatteryRateConfiguration

Namespace
Harp.TimestampGeneratorGen3
Assembly
Harp.TimestampGeneratorGen3.dll

Specifies the rate at which the battery charge is sent.

public enum BatteryRateConfiguration : byte

Fields

EveryMinute = 0

The charge is sent every minute.

Every10Seconds = 1

The charge is sent every 10 seconds.

EverySecond = 2

The charge is sent every second.

Never = 3

The battery charge is not sent.