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
/
McuMgrImageSlotResponse
/
Image
/
Slot
Slot
open
class
Slot
The single slot data structure.
Members
Constructors
Slot
Link copied to clipboard
constructor
(
)
Properties
size
Link copied to clipboard
open
var
size
:
Int
The slot size in bytes.
slot
Link copied to clipboard
open
var
slot
:
Int
The slot number: 0 or 1.
upload
Image
Id
Link copied to clipboard
open
var
uploadImageId
:
Integer
Optional field (only present if
CONFIG_MCUMGR_GRP_IMG_DIRECT_UPLOAD
is enabled to allow direct image uploads) which specifies the image ID that can be used by external tools to upload an image to that slot.