|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DigitalInput.Spec.Mode>
ioio.lib.api.DigitalInput.Spec.Mode
public static enum DigitalInput.Spec.Mode
Input pin mode.
| Enum Constant Summary | |
|---|---|
FLOATING
Pin is floating. |
|
PULL_DOWN
Internal pull-down resistor is used. |
|
PULL_UP
Internal pull-up resistor is used. |
|
| Method Summary | |
|---|---|
static DigitalInput.Spec.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DigitalInput.Spec.Mode[] |
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 DigitalInput.Spec.Mode FLOATING
public static final DigitalInput.Spec.Mode PULL_UP
public static final DigitalInput.Spec.Mode PULL_DOWN
| Method Detail |
|---|
public static DigitalInput.Spec.Mode[] values()
for (DigitalInput.Spec.Mode c : DigitalInput.Spec.Mode.values()) System.out.println(c);
public static DigitalInput.Spec.Mode 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 | |||||||||