DfuController

interface DfuController

A controller class allows you to pause, resume or abort the DFU operation in a easy way.

Inheritors

Functions

Link copied to clipboard
abstract fun abort()
Aborts the DFU operation after it has started.
Link copied to clipboard
abstract fun pause()
Pauses the DFU operation.
Link copied to clipboard
abstract fun resume()
Resumes a previously paused DFU operation.