public static interface AntPlusAudioRemoteControlPcc.IAudioCommandFinishedReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onAudioCommandFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
RequestStatus status)
Receives the data from a AudioCommandFinished event.
|
void onAudioCommandFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
RequestStatus status)
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.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.