Types

Link copied to clipboard
open class Settings

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
@Nullable
open fun getCurrentTask(): @Nullable Task<S, State>
Link copied to clipboard
open fun isBusy(): Boolean
Link copied to clipboard
open fun isPaused(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onTaskFailed(@NotNull task: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>, @NotNull error: @NotNull McuMgrException)
Link copied to clipboard
open fun onTaskProgressChanged(@NotNull task: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>, current: Int, total: Int, timestamp: Long)
Link copied to clipboard
open fun onTaskStarted(@Nullable previousTask: @Nullable Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>, @NotNull nextTask: @NotNull Task<SUITUpgradePerformer.Settings, SUITUpgradeManager.State>)
Link copied to clipboard
open fun pause()
Link copied to clipboard
open fun resume()
Link copied to clipboard
open fun start(@NotNull transport: @NotNull McuMgrTransport, @NotNull settings: @NotNull S, @NotNull task: @NotNull Task<S, State>)