public static interface AntPlusFitnessEquipmentPcc.ICalibrationInProgressReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewCalibrationInProgress(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusFitnessEquipmentPcc.CalibrationInProgress calibrationInProgress)
Receives the data from a CalibrationInProgress event.
|
void onNewCalibrationInProgress(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, AntPlusFitnessEquipmentPcc.CalibrationInProgress calibrationInProgress)
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.calibrationInProgress
- Sent from the fitness equipment while a calibration is being performed. This is an optional page that may be interpreted by displays to improve the user experience during calibration.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.