Enum ConfigurationFlags
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Specifies configuration flags for the device.
[Flags]
public enum ConfigurationFlags : byte
Fields
None = 0Specifies that no flags are defined.
StartBatteryCycle = 1Starts battery cycle to extend batteries life.
StartDischarge = 2Starts to discharge right away.
StartCharge = 4Starts to charge right away.
Stop = 8Stop any control of the battery and resume normal function.