public static interface AntPlusFitnessEquipmentPcc.IBikeDataReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewBikeData(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
int instantaneousCadence,
int instantaneousPower)
Receives the data from a BikeData event.
|
void onNewBikeData(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, int instantaneousCadence, int instantaneousPower)
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.instantaneousCadence
- Instantaneous cadence valid for display. Units: RPM.instantaneousPower
- Instantaneous power valid for display. Units: Watts.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.