From d7b8e4adfae47c0012c47819fa619468e93e3f99 Mon Sep 17 00:00:00 2001 From: Aleksander Nowakowski Date: Thu, 14 Sep 2017 14:55:15 +0200 Subject: [PATCH] Javadoc generated, part 3 --- .../nordicsemi/android/dfu/DfuController.html | 263 ++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html diff --git a/documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html b/documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html new file mode 100644 index 0000000..14fdc95 --- /dev/null +++ b/documentation/javadoc/no/nordicsemi/android/dfu/DfuController.html @@ -0,0 +1,263 @@ + + + + + +DfuController + + + + + + + + +
+ + + + + + + +
+ + + +
+
no.nordicsemi.android.dfu
+

Interface DfuController

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    DfuServiceController
    +
    +
    +
    +
    public interface DfuController
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethod and Description
      voidabort() +
      Aborts the DFU operation after it has started.
      +
      voidpause() +
      Pauses the DFU operation.
      +
      voidresume() +
      Resumes a previously paused DFU operation.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        pause

        +
        void pause()
        +
        Pauses the DFU operation. Call resume() to resume, or abort() to cancel. + This method does nothing if DFU operation was already paused.
        +
      • +
      + + + +
        +
      • +

        resume

        +
        void resume()
        +
        Resumes a previously paused DFU operation.
        +
        +
        See Also:
        +
        pause()
        +
        +
      • +
      + + + +
        +
      • +

        abort

        +
        void abort()
        +
        Aborts the DFU operation after it has started.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + +