Interface AntPlusFitnessEquipmentPcc.ICommandStatusReceiver

Enclosing class:
AntPlusFitnessEquipmentPcc

public static interface AntPlusFitnessEquipmentPcc.ICommandStatusReceiver
Receiver for the CommandStatus event, which is: Confirms the status of commands sent from an open display to the fitness equipment.
Since:
2.1.8
  • Method Details

    • onNewCommandStatus

      void onNewCommandStatus(long estTimestamp, EnumSet<EventFlag> eventFlags, AntPlusFitnessEquipmentPcc.CommandStatus commandStatus)
      Receives the data from a CommandStatus 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.
      commandStatus - Confirms the status of commands sent from an open display to the fitness equipment.