nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.response.img
/
McuMgrImageStateResponse
/
ImageSlot
Image
Slot
open
class
ImageSlot
The single image slot data structure.
Members
Constructors
Image
Slot
Link copied to clipboard
constructor
(
)
Properties
active
Link copied to clipboard
open
var
active
:
Boolean
An image is active when it is running.
bootable
Link copied to clipboard
open
var
bootable
:
Boolean
An image is bootable when the Boot Loader verified that the image is valid.
compressed
Link copied to clipboard
open
var
compressed
:
Boolean
A flag indicating whether the image is compressed.
confirmed
Link copied to clipboard
open
var
confirmed
:
Boolean
An image is confirmed when it managed to boot from and was confirmed.
hash
Link copied to clipboard
open
var
hash
:
Array
<
Byte
>
The image hash.
image
Link copied to clipboard
open
var
image
:
Int
The image number used for multi-core devices.
pending
Link copied to clipboard
open
var
pending
:
Boolean
An image is pending when it was scheduled to be swapped to slot 0.
permanent
Link copied to clipboard
open
var
permanent
:
Boolean
An image is permanent after it was confirmed using
confirm
command.
slot
Link copied to clipboard
open
var
slot
:
Int
The slot number: 0 or 1.
version
Link copied to clipboard
open
var
version
:
String
The image version string.