list

open fun list(@NotNull callback: @NotNull McuMgrCallback<McuMgrStatListResponse>)

List the statistic modules (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun list(): @NotNull McuMgrStatListResponse

List the statistic modules (synchronous).

Return

The response.

Throws