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
/
SUITImage
SUITImage
open
class
SUITImage
:
ImageWithHash
Members
Functions
from
Bytes
Link copied to clipboard
open
fun
fromBytes
(
data
:
@
NotNull
Array
<
Byte
>
)
:
SUITImage
get
Data
Link copied to clipboard
open
fun
getData
(
)
:
@
NotNull
Array
<
Byte
>
Returns the image data.
get
Hash
Link copied to clipboard
open
fun
getHash
(
)
:
@
NotNull
Array
<
Byte
>
Returns the SHA256 hash of the Root Manifest from the Envelope.
open
fun
getHash
(
data
:
@
NotNull
Array
<
Byte
>
)
:
@
NotNull
Array
<
Byte
>
needs
Confirmation
Link copied to clipboard
open
fun
needsConfirmation
(
)
:
Boolean
Returns true if the image needs confirmation to be applied.