Interface AntPlusAudioRemoteControlPcc.IAudioCommandFinishedReceiver

Enclosing class:
AntPlusAudioRemoteControlPcc

public static interface AntPlusAudioRemoteControlPcc.IAudioCommandFinishedReceiver
Receiver for the AudioCommandFinished event, which is: Receives the result of a sent audio command.
  • Method Details

    • onAudioCommandFinished

      void onAudioCommandFinished(long estTimestamp, EnumSet<EventFlag> eventFlags, RequestStatus status)
      Receives the data from a AudioCommandFinished event.
      Parameters:
      estTimestamp - The estimated timestamp of when this event was triggered. Useful for correlating multiple events.
      eventFlags - Informational flags about the event.
      status - The RequestStatus defining the result of the command.