public static enum SystemInfo.BoardType extends Enum<SystemInfo.BoardType>
| 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_3B_Plus
public static final SystemInfo.BoardType RaspberryPi_Zero
public static final SystemInfo.BoardType RaspberryPi_ComputeModule3
public static final SystemInfo.BoardType RaspberryPi_ZeroW
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 Bpi_M1
public static final SystemInfo.BoardType Bpi_M1P
public static final SystemInfo.BoardType Bpi_M2
public static final SystemInfo.BoardType Bpi_M2P
public static final SystemInfo.BoardType Bpi_M2P_H2_Plus
public static final SystemInfo.BoardType Bpi_M2P_H5
public static final SystemInfo.BoardType Bpi_M2U
public static final SystemInfo.BoardType Bpi_M2U_V40
public static final SystemInfo.BoardType Bpi_M2M
public static final SystemInfo.BoardType Bpi_M3
public static final SystemInfo.BoardType Bpi_R1
public static final SystemInfo.BoardType Bpi_M64
public static final SystemInfo.BoardType Odroid
public static final SystemInfo.BoardType OrangePi
public static final SystemInfo.BoardType NanoPi_M1
public static final SystemInfo.BoardType NanoPi_M1_Plus
public static final SystemInfo.BoardType NanoPi_M3
public static final SystemInfo.BoardType NanoPi_NEO
public static final SystemInfo.BoardType NanoPi_NEO2
public static final SystemInfo.BoardType NanoPi_NEO2_Plus
public static final SystemInfo.BoardType NanoPi_NEO_Air
public static final SystemInfo.BoardType NanoPi_S2
public static final SystemInfo.BoardType NanoPi_A64
public static final SystemInfo.BoardType NanoPi_K2
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.