getManifestState

open fun getManifestState(role: Int, @NotNull callback: @NotNull McuMgrCallback<McuMgrManifestStateResponse>)

Command allows to get information about the configuration of supported manifests and selected attributes of installed manifests of specified role (asynchronous).

Parameters

role

Manifest role, one of values returned by listManifests command.

callback

the asynchronous callback.


@NotNull
open fun getManifestState(role: Int): @NotNull McuMgrManifestStateResponse

Command allows to get information about the configuration of supported manifests and selected attributes of installed manifests of specified role (synchronous).

Return

The response.

Parameters

role

Manifest role, one of values returned by listManifests command.

Throws