public static interface AntPlusBikePowerPcc.IAutoZeroStatusReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewAutoZeroStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusBikePowerPcc.AutoZeroStatus autoZeroStatus)
Receives the data from a AutoZeroStatus event.
|
void onNewAutoZeroStatus(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, AntPlusBikePowerPcc.AutoZeroStatus autoZeroStatus)
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.autoZeroStatus
- The AntPlusBikePowerPcc.AutoZeroStatus
currently known for the power meter, aggregated from multiple calibration page types.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.