public static interface AntPlusBikeSpeedDistancePcc.IMotionAndSpeedDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewMotionAndSpeedData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
boolean isBikeStopped)
Received the data from a MotionAndSpeedData event.
|
void onNewMotionAndSpeedData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, boolean isBikeStopped)
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.isBikeStopped
- False indicates the bike is moving, true indicates the bike has stopped.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.