|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PulseInput.ClockRate>
ioio.lib.api.PulseInput.ClockRate
public static enum PulseInput.ClockRate
Suported clock rate enum.
Enum Constant Summary | |
---|---|
RATE_16MHz
16MHz |
|
RATE_250KHz
250KHz |
|
RATE_2MHz
2MHz |
|
RATE_62KHz
62.5KHz |
Field Summary | |
---|---|
int |
hertz
The value in Hertz units. |
Method Summary | |
---|---|
static PulseInput.ClockRate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PulseInput.ClockRate[] |
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 PulseInput.ClockRate RATE_16MHz
public static final PulseInput.ClockRate RATE_2MHz
public static final PulseInput.ClockRate RATE_250KHz
public static final PulseInput.ClockRate RATE_62KHz
Field Detail |
---|
public final int hertz
Method Detail |
---|
public static PulseInput.ClockRate[] values()
for (PulseInput.ClockRate c : PulseInput.ClockRate.values()) System.out.println(c);
public static PulseInput.ClockRate 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 |