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 Summary
Modifier and TypeMethodDescriptionvoid
onAudioCommandFinished
(long estTimestamp, EnumSet<EventFlag> eventFlags, RequestStatus status) Receives the data from a AudioCommandFinished event.
-
Method Details
-
onAudioCommandFinished
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
- TheRequestStatus
defining the result of the command.
-