public static enum SystemInfo.BoardType extends Enum<SystemInfo.BoardType>
Enum Constant and Description |
---|
BananaPi |
BananaPro |
Odroid |
RaspberryPi_2B |
RaspberryPi_3B |
RaspberryPi_A |
RaspberryPi_A_Plus |
RaspberryPi_Alpha |
RaspberryPi_B_Plus |
RaspberryPi_B_Rev1 |
RaspberryPi_B_Rev2 |
RaspberryPi_ComputeModule |
RaspberryPi_Unknown |
RaspberryPi_Zero |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static SystemInfo.BoardType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemInfo.BoardType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemInfo.BoardType UNKNOWN
public static final SystemInfo.BoardType RaspberryPi_A
public static final SystemInfo.BoardType RaspberryPi_B_Rev1
public static final SystemInfo.BoardType RaspberryPi_B_Rev2
public static final SystemInfo.BoardType RaspberryPi_A_Plus
public static final SystemInfo.BoardType RaspberryPi_B_Plus
public static final SystemInfo.BoardType RaspberryPi_ComputeModule
public static final SystemInfo.BoardType RaspberryPi_2B
public static final SystemInfo.BoardType RaspberryPi_3B
public static final SystemInfo.BoardType RaspberryPi_Zero
public static final SystemInfo.BoardType RaspberryPi_Alpha
public static final SystemInfo.BoardType RaspberryPi_Unknown
public static final SystemInfo.BoardType BananaPi
public static final SystemInfo.BoardType BananaPro
public static final SystemInfo.BoardType Odroid
public static SystemInfo.BoardType[] values()
for (SystemInfo.BoardType c : SystemInfo.BoardType.values()) System.out.println(c);
public static SystemInfo.BoardType 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 nullCopyright © 2012–2019 Pi4J. All rights reserved.