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