nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.dfu
/
FirmwareUpgradeController
Firmware
Upgrade
Controller
interface
FirmwareUpgradeController
Inheritors
SUITUpgradeManager
FirmwareUpgradeManager
Members
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
Cancel the firmware upgrade.
is
In
Progress
Link copied to clipboard
abstract
fun
isInProgress
(
)
:
Boolean
Determine whether the firmware upgrade is in progress.
is
Paused
Link copied to clipboard
abstract
fun
isPaused
(
)
:
Boolean
Determine whether the firmware upgrade is paused.
pause
Link copied to clipboard
abstract
fun
pause
(
)
Pause the firmware upgrade.
resume
Link copied to clipboard
abstract
fun
resume
(
)
Resume a paused firmware upgrade.