public static interface AntPlusFitnessEquipmentPcc.ICommandStatusReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onNewCommandStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusFitnessEquipmentPcc.CommandStatus commandStatus)
Receives the data from a CommandStatus event.
|
void onNewCommandStatus(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
AntPlusFitnessEquipmentPcc.CommandStatus commandStatus)
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.commandStatus - Confirms the status of commands sent from an open display to the fitness equipment.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.