|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DigitalOutput.Spec.Mode | |
|---|---|
| ioio.lib.api | |
| Uses of DigitalOutput.Spec.Mode in ioio.lib.api |
|---|
| Fields in ioio.lib.api declared as DigitalOutput.Spec.Mode | |
|---|---|
DigitalOutput.Spec.Mode |
DigitalOutput.Spec.mode
The pin mode. |
| Methods in ioio.lib.api that return DigitalOutput.Spec.Mode | |
|---|---|
static DigitalOutput.Spec.Mode |
DigitalOutput.Spec.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DigitalOutput.Spec.Mode[] |
DigitalOutput.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 DigitalOutput.Spec.Mode | |
|---|---|
DigitalOutput |
IOIO.openDigitalOutput(int pin,
DigitalOutput.Spec.Mode mode,
boolean startValue)
Shorthand for openDigitalOutput(new DigitalOutput.Spec(pin, mode), startValue). |
| Constructors in ioio.lib.api with parameters of type DigitalOutput.Spec.Mode | |
|---|---|
DigitalOutput.Spec(int pin,
DigitalOutput.Spec.Mode mode)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||