public static interface AntPlusLegacyCommonPcc.ICumulativeOperatingTimeReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewCumulativeOperatingTime(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
long cumulativeOperatingTime)
Receives the data from a CumulativeOperatingTime event.
|
void onNewCumulativeOperatingTime(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, long cumulativeOperatingTime)
estTimestamp
- The estimated timestamp of when this event was triggered. Useful for correlating multiple events and determining when data was sent for more accurate data records.eventFlags
- Informational flags about the event.cumulativeOperatingTime
- The cumulative operating time since the battery was inserted. Units: seconds (w/ 2s resolution). Rollover: Every 33554430s seconds (w/ 2s resolution) (388 days).Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.