public static interface AntPlusFitnessEquipmentPcc.ICalibrationResponseReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewCalibrationResponse(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusFitnessEquipmentPcc.CalibrationResponse calibrationResponse)
Receives the data from a CalibrationResponse event.
|
void onNewCalibrationResponse(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, AntPlusFitnessEquipmentPcc.CalibrationResponse calibrationResponse)
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.calibrationResponse
- Response from the fitness equipment after it completes calibration.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.