|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DigitalInput.Spec.Mode | |
|---|---|
| ioio.lib.api | |
| Uses of DigitalInput.Spec.Mode in ioio.lib.api |
|---|
| Fields in ioio.lib.api declared as DigitalInput.Spec.Mode | |
|---|---|
DigitalInput.Spec.Mode |
DigitalInput.Spec.mode
The pin mode. |
| Methods in ioio.lib.api that return DigitalInput.Spec.Mode | |
|---|---|
static DigitalInput.Spec.Mode |
DigitalInput.Spec.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DigitalInput.Spec.Mode[] |
DigitalInput.Spec.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in ioio.lib.api with parameters of type DigitalInput.Spec.Mode | |
|---|---|
DigitalInput |
IOIO.openDigitalInput(int pin,
DigitalInput.Spec.Mode mode)
Shorthand for openDigitalInput(new DigitalInput.Spec(pin, mode)). |
| Constructors in ioio.lib.api with parameters of type DigitalInput.Spec.Mode | |
|---|---|
DigitalInput.Spec(int pin,
DigitalInput.Spec.Mode mode)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||