Interface AntPlusCommonPcc.IRequestFinishedReceiver

Enclosing class:
AntPlusCommonPcc

public static interface AntPlusCommonPcc.IRequestFinishedReceiver
Receiver for the RequestFinished event, which is: Final result of the command requested.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives the data from a RequestFinished event.
  • Method Details

    • onNewRequestFinished

      void onNewRequestFinished(RequestStatus requestStatus)
      Receives the data from a RequestFinished event.
      Parameters:
      requestStatus - The RequestStatus for the requested operation. Note that even if a command is sent successfully, there is no guaranteed response from the sensor. Please contact the manufacturer for more information on how this request is handled.