public static interface AntPlusFitnessEquipmentPcc.ILapOccuredReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewLapOccured(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int lapCount)
Receives the data from a LapOccured event.
|
void onNewLapOccured(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, int lapCount)
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.lapCount
- The total number of laps completed by the user recorded from the time the plugin connected to the fitness equipment. Units: laps.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.