public interface DfuController
Modifier and Type | Method and Description |
---|---|
void |
abort()
Aborts the DFU operation after it has started.
|
void |
pause()
Pauses the DFU operation.
|
void |
resume()
Resumes a previously paused DFU operation.
|
void pause()
void resume()
pause()
void abort()