save

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

Save settings command allows saving all serialized items to persistent storage on a device.

Parameters

callback

the asynchronous callback.


@NotNull
open fun save(): @NotNull McuMgrResponse

Save settings command allows saving all serialized items to persistent storage on a device (synchronous).

Return

The response.

Throws