coreErase

open fun coreErase(@NotNull callback: @NotNull McuMgrCallback<McuMgrImageResponse>)

Erase a core dump from the device (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun coreErase(): @NotNull McuMgrImageResponse

Erase a core dump from the device (synchronous).

Return

The response.

Throws