public static interface AntPlusBikeCadencePcc.IMotionAndCadenceDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewMotionAndCadenceData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
boolean isPedallingStopped)
Received the data from a MotionAndCadenceData event.
|
void onNewMotionAndCadenceData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, boolean isPedallingStopped)
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.isPedallingStopped
- False indicates the user is pedalling, true indicates the user has stopped pedalling.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.