eraseStorage

open fun eraseStorage(@NotNull callback: @NotNull McuMgrCallback<McuMgrZephyrBasicResponse>)

Erase application storage partition (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun eraseStorage(): @NotNull McuMgrZephyrBasicResponse

Erase application storage partition (synchronous).

Return

The response.

Throws