Device Firmware Update
Toggle table of contents
2.9.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Device Firmware Update
dfu
/
no.nordicsemi.android.dfu
/
DfuController
Dfu
Controller
interface
DfuController
A controller class allows you to pause, resume or abort the DFU operation in a easy way.
Inheritors
DfuServiceController
Members
Functions
abort
Link copied to clipboard
abstract
fun
abort
(
)
Aborts the DFU operation after it has started.
pause
Link copied to clipboard
abstract
fun
pause
(
)
Pauses the DFU operation.
resume
Link copied to clipboard
abstract
fun
resume
(
)
Resumes a previously paused DFU operation.