Interface AntPlusFitnessEquipmentPcc.ICalibrationResponseReceiver

Enclosing class:
AntPlusFitnessEquipmentPcc

public static interface AntPlusFitnessEquipmentPcc.ICalibrationResponseReceiver
Receiver for the CalibrationResponse event, which is: Response from the fitness equipment after it completes calibration. This is an optional data page as many fitness equipment units do not require calibration.
Since:
2.1.8
  • Method Details

    • onNewCalibrationResponse

      void onNewCalibrationResponse(long estTimestamp, EnumSet<EventFlag> eventFlags, AntPlusFitnessEquipmentPcc.CalibrationResponse calibrationResponse)
      Receives the data from a CalibrationResponse event.
      Parameters:
      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.