Interface AntPlusBloodPressurePcc.IResetDataAndSetTimeFinishedReceiver

Enclosing class:
AntPlusBloodPressurePcc

public static interface AntPlusBloodPressurePcc.IResetDataAndSetTimeFinishedReceiver
Receiver for the ResetDataAndSetTimeFinished event, which is: Receives the result of a AntPlusBloodPressurePcc.requestResetDataAndSetTime(boolean, IResetDataAndSetTimeFinishedReceiver, IAntFsProgressUpdateReceiver) command.
  • Method Details

    • onNewResetDataAndSetTimeFinished

      void onNewResetDataAndSetTimeFinished(AntFsRequestStatus statusCode)
      Receives the data from a ResetDataAndSetTimeFinished event.
      Parameters:
      statusCode - The AntFsRequestStatus indicating the result of the request.