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.dfu.suit.model
/
CacheImage
Cache
Image
open
class
CacheImage
Members
Constructors
Cache
Image
Link copied to clipboard
constructor
(
partition
:
Int
,
data
:
@
NotNull
Array
<
Byte
>
)
A wrapper for a partition cache raw image and the ID of the partition.
Properties
image
Link copied to clipboard
val
image
:
@
NotNull
Array
<
Byte
>
The image.
partition
Id
Link copied to clipboard
val
partitionId
:
Int
Target partition ID.