public static enum UbBootloaderFunctions.UbBootloaderVariable extends Enum<UbBootloaderFunctions.UbBootloaderVariable>
Enum Constant and Description |
---|
IS_APPLICATION_RUNNING |
IS_SIGNALING_SOS |
RESET_FLAG |
Modifier and Type | Method and Description |
---|---|
static UbBootloaderFunctions.UbBootloaderVariable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UbBootloaderFunctions.UbBootloaderVariable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UbBootloaderFunctions.UbBootloaderVariable IS_APPLICATION_RUNNING
public static final UbBootloaderFunctions.UbBootloaderVariable IS_SIGNALING_SOS
public static final UbBootloaderFunctions.UbBootloaderVariable RESET_FLAG
public static UbBootloaderFunctions.UbBootloaderVariable[] values()
for (UbBootloaderFunctions.UbBootloaderVariable c : UbBootloaderFunctions.UbBootloaderVariable.values()) System.out.println(c);
public static UbBootloaderFunctions.UbBootloaderVariable 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 nullCopyright © 2020. All rights reserved.