@Namespace(value="dai::bootloader") public static enum depthai.Section extends Enum<depthai.Section>
| Enum Constant and Description |
|---|
APPLICATION |
BOOTLOADER |
BOOTLOADER_CONFIG |
HEADER |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.Section |
intern() |
String |
toString() |
static depthai.Section |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.Section[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.Section HEADER
public static final depthai.Section BOOTLOADER
public static final depthai.Section BOOTLOADER_CONFIG
public static final depthai.Section APPLICATION
public static depthai.Section[] values()
for (depthai.Section c : depthai.Section.values()) System.out.println(c);
public static depthai.Section valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic depthai.Section intern()
public String toString()
toString in class Enum<depthai.Section>Copyright © 2021. All rights reserved.