beginDeferredInstall

open fun beginDeferredInstall(@NotNull callback: @NotNull McuMgrCallback<McuMgrResponse>)

Begins the update process (asynchronous).

This method can be called after the SUIT envelope and cache partition images have been uploaded to the device.

Parameters

callback

the asynchronous callback.


@NotNull
open fun beginDeferredInstall(): @NotNull McuMgrResponse

Begins the update process (synchronous).

This method can be called after the SUIT envelope and cache partition images have been uploaded to the device.

Return

The response.