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.managers
/
DefaultManager
/
BootMode
Boot
Mode
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
BootMode
Members
Properties
BOOTLOADER
Link copied to clipboard
val
BOOTLOADER
:
Int
=
1
Bootloader mode, the device will boot into a bootloader or firmware loader.
NORMAL
Link copied to clipboard
val
NORMAL
:
Int
=
0
Normal boot mode, the device will boot into the application.
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String