public static interface AntPlusGenericRemoteControlPcc.IGenericCommandFinishedReceiver
Modifier and Type | Method and Description |
---|---|
void |
onGenericCommandFinished(long estTimestamp,
java.util.EnumSet<EventFlag> eventFlags,
RequestStatus status)
Receives the data from a GenericCommandFinished event.
|
void onGenericCommandFinished(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.