Uses of Class
com.pi4j.system.SystemInfo.BoardType
-
Packages that use SystemInfo.BoardType Package Description com.pi4j.io.gpio com.pi4j.io.serial com.pi4j.system com.pi4j.system.impl -
-
Uses of SystemInfo.BoardType in com.pi4j.io.gpio
Methods in com.pi4j.io.gpio with parameters of type SystemInfo.BoardType Modifier and Type Method Description static Pin[]RaspiPin. allPins(SystemInfo.BoardType board) -
Uses of SystemInfo.BoardType in com.pi4j.io.serial
Methods in com.pi4j.io.serial with parameters of type SystemInfo.BoardType Modifier and Type Method Description static StringSerialPort. getDefaultPort(SystemInfo.BoardType board)Get the default serial port for the specified platform/model/board revision. -
Uses of SystemInfo.BoardType in com.pi4j.system
Methods in com.pi4j.system that return SystemInfo.BoardType Modifier and Type Method Description static SystemInfo.BoardTypeSystemInfo. getBoardType()SystemInfo.BoardTypeSystemInfoProvider. getBoardType()static SystemInfo.BoardTypeSystemInfo.BoardType. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemInfo.BoardType[]SystemInfo.BoardType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SystemInfo.BoardType in com.pi4j.system.impl
Methods in com.pi4j.system.impl that return SystemInfo.BoardType Modifier and Type Method Description SystemInfo.BoardTypeRaspiSystemInfoProvider. getBoardType()SystemInfo.BoardTypeSystemInfoProviderBase. getBoardType()
-