mpstat

open fun mpstat(@NotNull callback: @NotNull McuMgrCallback<McuMgrMpStatResponse>)

Get memory pool statistics from the device (asynchronous).

Parameters

callback

the asynchronous callback.


@NotNull
open fun mpstat(): @NotNull McuMgrMpStatResponse

Get memory pool statistics from the device (synchronous).

Return

The response.

Throws