listManifests

@NotNull
open fun listManifests(): @NotNull McuMgrResponse

Command allows to get information about roles of manifests supported by the device.

Return

The response with the list of manifest roles. Use getManifestState to get more information about the manifest.

Throws


open fun listManifests(@NotNull callback: @NotNull McuMgrCallback<McuMgrManifestListResponse>)

Command allows to get information about roles of manifests supported by the device.

The response contains the list of manifest roles. Use getManifestState to get more information about the manifest.

Parameters

callback

The response callback.