coreList

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

Core list (asynchronous).

A core dump is available for download if the McuMgrErrorCode is OK. If no core is available for download, the response will contain a return code of NO_ENTRY.

Parameters

callback

the asynchronous callback.


@NotNull
open fun coreList(): @NotNull McuMgrImageResponse

Core list (synchronous).

A core dump is available for download if the McuMgrErrorCode is OK. If no core is available for download, the response will contain a return code of NO_ENTRY.

Return

The response.

Throws