public static enum IOIO.VersionType extends java.lang.Enum<IOIO.VersionType>
IOIO.getImplVersion(VersionType)| Enum Constant and Description |
|---|
APP_FIRMWARE_VER
Application layer firmware version.
|
BOOTLOADER_VER
Bootloader version.
|
HARDWARE_VER
Hardware version.
|
IOIOLIB_VER
IOIOLib version.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 namejava.lang.NullPointerException - if the argument is null