public static interface AntPlusFitnessEquipmentPcc.ITrainerStatusReceiver
Modifier and Type | Method and Description |
---|---|
void |
onNewTrainerStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
java.util.EnumSet<AntPlusFitnessEquipmentPcc.TrainerStatusFlag> trainerStatusFlags)
Receives the data from a TrainerStatus event.
|
void onNewTrainerStatus(long estTimestamp, java.util.EnumSet<EventFlag> eventFlags, java.util.EnumSet<AntPlusFitnessEquipmentPcc.TrainerStatusFlag> trainerStatusFlags)
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.trainerStatusFlags
- Status flags for trainers which indicate possibly required user intervention.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.