public enum UsbVidList extends java.lang.Enum<UsbVidList>
Enum Constant and Description |
---|
ARDUINO |
FTDI |
MBED_FRDM_KL25Z_KL25Z_PORT |
MBED_FRDM_KL25Z_OPENSDA_PORT |
MBED_LPC11U24 |
MBED_LPC1768 |
Modifier and Type | Method and Description |
---|---|
int |
getVid() |
static UsbVidList |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UsbVidList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UsbVidList ARDUINO
public static final UsbVidList FTDI
public static final UsbVidList MBED_LPC1768
public static final UsbVidList MBED_LPC11U24
public static final UsbVidList MBED_FRDM_KL25Z_OPENSDA_PORT
public static final UsbVidList MBED_FRDM_KL25Z_KL25Z_PORT
public static UsbVidList[] values()
for (UsbVidList c : UsbVidList.values()) System.out.println(c);
public static UsbVidList 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 nullpublic int getVid()