taskstats

open fun taskstats(@NotNull callback: @NotNull McuMgrCallback<McuMgrTaskStatResponse>)

Get task statistics from the device (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun taskstats(): @NotNull McuMgrTaskStatResponse

Get task statistics from the device (synchronous).

Return

The response.

Throws