levelList

open fun levelList(@NotNull callback: @NotNull McuMgrCallback<McuMgrLevelListResponse>)

List the log levels on a device (asynchronous).

Parameters

callback

the response callback.


@NotNull
open fun levelList(): @NotNull McuMgrLevelListResponse

List the log levels on a device (synchronous).

Return

The response.

Throws