slots

open fun slots(@NotNull callback: @NotNull McuMgrCallback<McuMgrImageSlotResponse>)

Reads slot information (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun slots(): @NotNull McuMgrImageSlotResponse

Reads slot information (synchronous).

Return

The response.

Throws