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.image
/
ImageWithHash
Image
With
Hash
interface
ImageWithHash
Inheritors
McuMgrImage
SUITImage
Members
Functions
get
Data
Link copied to clipboard
abstract
fun
getData
(
)
:
@
NotNull
Array
<
Byte
>
Returns the image data.
get
Hash
Link copied to clipboard
abstract
fun
getHash
(
)
:
@
NotNull
Array
<
Byte
>
Returns the hash of the image.
needs
Confirmation
Link copied to clipboard
abstract
fun
needsConfirmation
(
)
:
Boolean
Returns true if the image needs confirmation to be applied.