
public static enum UnoGPIOLines.Output extends Enum<UnoGPIOLines.Output>
| Modifier and Type | Method and Description |
|---|---|
int |
getLine() |
static UnoGPIOLines.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnoGPIOLines.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnoGPIOLines.Output GPIO508
public static final UnoGPIOLines.Output GPIO509
public static final UnoGPIOLines.Output GPIO510
public static final UnoGPIOLines.Output GPIO511
public static UnoGPIOLines.Output[] values()
for (UnoGPIOLines.Output c : UnoGPIOLines.Output.values()) System.out.println(c);
public static UnoGPIOLines.Output 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 © 2022 LSST. All rights reserved.