|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IOIO.VersionType>
ioio.lib.api.IOIO.VersionType
public static enum IOIO.VersionType
A versioned component in the system.
IOIO.getImplVersion(VersionType)| Enum Constant Summary | |
|---|---|
APP_FIRMWARE_VER
Application layer firmware version. |
|
BOOTLOADER_VER
Bootloader version. |
|
HARDWARE_VER
Hardware version. |
|
IOIOLIB_VER
IOIOLib version. |
|
| Method Summary | |
|---|---|
static IOIO.VersionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IOIO.VersionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IOIO.VersionType HARDWARE_VER
public static final IOIO.VersionType BOOTLOADER_VER
public static final IOIO.VersionType APP_FIRMWARE_VER
public static final IOIO.VersionType IOIOLIB_VER
| Method Detail |
|---|
public static IOIO.VersionType[] values()
for (IOIO.VersionType c : IOIO.VersionType.values()) System.out.println(c);
public static IOIO.VersionType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||