public static interface AntPlusBikePowerPcc.ICalibrationMessageReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewCalibrationMessage(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusBikePowerPcc.CalibrationMessage calibrationMessage)
Receives the data from a CalibrationMessage event.
|
void onNewCalibrationMessage(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, AntPlusBikePowerPcc.CalibrationMessage calibrationMessage)
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.calibrationMessage
- The AntPlusBikePowerPcc.CalibrationMessage
sent by the power meter.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.