Interface AntPlusVideoRemoteControlPcc.IVideoCommandFinishedReceiver

Enclosing class:
AntPlusVideoRemoteControlPcc

public static interface AntPlusVideoRemoteControlPcc.IVideoCommandFinishedReceiver
Receiver for the VideoCommandFinished event, which is: Receives the result of a sent video command.
  • Method Details

    • onVideoCommandFinished

      void onVideoCommandFinished(long estTimestamp, EnumSet<EventFlag> eventFlags, RequestStatus status)
      Receives the data from a VideoCommandFinished 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.