commit

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

Commit settings command allows committing all settings that have been set but not yet applied on a device.

Parameters

callback

the asynchronous callback.


@NotNull
open fun commit(): @NotNull McuMgrResponse

Commit settings command allows committing all settings that have been set but not yet applied on a device (synchronous).

Return

The response.

Throws