Uses of Class
com.pi4j.platform.Platform
-
Packages that use Platform Package Description com.pi4j.platform -
-
Uses of Platform in com.pi4j.platform
Methods in com.pi4j.platform that return Platform Modifier and Type Method Description static Platform
Platform. fromId(String platformId)
Lookup a platform enumeration by the platform's unique identifier string.protected static Platform
PlatformManager. getDefaultPlatform()
Internal method to get the default platform.static Platform
PlatformManager. getPlatform()
Get the selected system platform.static Platform
Platform. valueOf(String name)
Returns the enum constant of this type with the specified name.static Platform[]
Platform. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pi4j.platform with parameters of type Platform Modifier and Type Method Description static GpioProvider
Platform. getGpioProvider(Platform platform)
static I2CFactoryProvider
Platform. getI2CFactoryProvider(Platform platform)
static SystemInfoProvider
Platform. getSystemInfoProvider(Platform platform)
static void
PlatformManager. setPlatform(Platform platform)
Set the runtime platform for Pi4J to use.Constructors in com.pi4j.platform with parameters of type Platform Constructor Description PlatformAlreadyAssignedException(Platform platform)
Default Constructor
-