delete

open fun delete(@NotNull name: @NotNull String, @NotNull callback: @NotNull McuMgrCallback<McuMgrResponse>)

Delete setting command allows deleting a setting on a device.

Parameters

name

the name of the config variable.

callback

the asynchronous callback.


@NotNull
open fun delete(@NotNull name: @NotNull String): @NotNull McuMgrResponse

Delete setting command allows deleting a setting on a device (synchronous).

Return

The response.

Parameters

name

the name of the config variable.

Throws