clear

open fun clear(@NotNull callback: @NotNull McuMgrCallback<McuMgrResponse>)

Clear the logs on a device (asynchronous).

Parameters

callback

the response callback.


@NotNull
open fun clear(): @NotNull McuMgrResponse

Clear the logs on a device (synchronous).

Return

The response.

Throws