
public static enum UnoGPIOLines.Input extends Enum<UnoGPIOLines.Input>
| Modifier and Type | Method and Description |
|---|---|
int |
getLine() |
static UnoGPIOLines.Input |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnoGPIOLines.Input[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnoGPIOLines.Input GPIO504
public static final UnoGPIOLines.Input GPIO505
public static final UnoGPIOLines.Input GPIO506
public static final UnoGPIOLines.Input GPIO507
public static UnoGPIOLines.Input[] values()
for (UnoGPIOLines.Input c : UnoGPIOLines.Input.values()) System.out.println(c);
public static UnoGPIOLines.Input valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getLine()
Copyright © 2021 LSST. All rights reserved.