public static interface AntPlusBikeSpdCadCommonPcc.IBatteryStatusReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewBatteryStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.math.BigDecimal batteryVoltage,
BatteryStatus batteryStatus)
Receives the data from a BatteryStatus event.
|
void onNewBatteryStatus(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.math.BigDecimal batteryVoltage, BatteryStatus batteryStatus)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate time records.eventFlags
- Informational flags about the event.batteryVoltage
- Current battery voltage. Units: Volts (with 1/256V resolution).batteryStatus
- The current reported BatteryStatus
.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.