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 PlatformPlatform. fromId(String platformId)Lookup a platform enumeration by the platform's unique identifier string.protected static PlatformPlatformManager. getDefaultPlatform()Internal method to get the default platform.static PlatformPlatformManager. getPlatform()Get the selected system platform.static PlatformPlatform. 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 GpioProviderPlatform. getGpioProvider(Platform platform)static I2CFactoryProviderPlatform. getI2CFactoryProvider(Platform platform)static SystemInfoProviderPlatform. getSystemInfoProvider(Platform platform)static voidPlatformManager. 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
-