BootMode

annotation class BootMode

Properties

Link copied to clipboard
val BOOTLOADER: Int = 1
Bootloader mode, the device will boot into a bootloader or firmware loader.
Link copied to clipboard
val NORMAL: Int = 0
Normal boot mode, the device will boot into the application.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String