public static enum BoardConfig.GPIO.Direction extends Enum<BoardConfig.GPIO.Direction>
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
BoardConfig.GPIO.Direction |
intern() |
String |
toString() |
static BoardConfig.GPIO.Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoardConfig.GPIO.Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoardConfig.GPIO.Direction INPUT
public static final BoardConfig.GPIO.Direction OUTPUT
public static BoardConfig.GPIO.Direction[] values()
for (BoardConfig.GPIO.Direction c : BoardConfig.GPIO.Direction.values()) System.out.println(c);
public static BoardConfig.GPIO.Direction 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 BoardConfig.GPIO.Direction intern()
public String toString()
toString in class Enum<BoardConfig.GPIO.Direction>Copyright © 2023. All rights reserved.