Table of Contents

Enum ConfigurationFlags

Namespace
Harp.TimestampGeneratorGen3
Assembly
Harp.TimestampGeneratorGen3.dll

Specifies configuration flags for the device.

[Flags]
public enum ConfigurationFlags : byte

Fields

None = 0

Specifies that no flags are defined.

StartBatteryCycle = 1

Starts battery cycle to extend batteries life.

StartDischarge = 2

Starts to discharge right away.

StartCharge = 4

Starts to charge right away.

Stop = 8

Stop any control of the battery and resume normal function.