PerformDfu
This task performs the DFU. Given images will be sent to the target device, and tested and confirmed, depending on the given mode.
Constructors
Link copied to clipboard
constructor(@NotNull mode: @NotNull FirmwareUpgradeManager.Mode, @NotNull images: @NotNull ImageSet)
Functions
Link copied to clipboard
Returns task priority.
Link copied to clipboard
Returns the state that will be reported to the callback.
Link copied to clipboard
open fun start(@NotNull performer: @NotNull TaskManager<FirmwareUpgradeManager.Settings, FirmwareUpgradeManager.State>)