Uses of Enum Class
com.pi4j.io.IOType
Packages that use IOType
Package
Description
-
Uses of IOType in com.pi4j.context
Methods in com.pi4j.context with parameters of type IOType -
Uses of IOType in com.pi4j.io
Methods in com.pi4j.io that return IOTypeModifier and TypeMethodDescriptionstatic IOTypeIOType.getByConfigClass(Class<? extends IOConfig> configClass) getByConfigClass.static IOTypegetByIO.static IOTypegetByIO.static IOTypeIOType.getByIOClass(Class<? extends IO> ioClass) getByIOClass.static IOTypeIOType.getByProviderClass(Class<? extends Provider> providerClass) getByProviderClass.static IOTypeIOType.getByProviderClass(String name) getByProviderClass.static IOTypeparse.default IOTypeIO.type()type.static IOTypeReturns the enum constant of this class with the specified name.static IOType[]IOType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.io with parameters of type IOTypeModifier and TypeMethodDescriptionIOType.getConfigClass(IOType type) Getter for the fieldconfigClass.IOType.getIOClass(IOType type) getIOClass.IOType.getProviderClass(IOType type) Getter for the fieldproviderClass.booleanisType. -
Uses of IOType in com.pi4j.platform
Fields in com.pi4j.platform with type parameters of type IOTypeMethods in com.pi4j.platform that return types with arguments of type IOTypeModifier and TypeMethodDescriptionPlatform.providers()providers.PlatformBase.providers()providers.Methods in com.pi4j.platform with parameters of type IOType -
Uses of IOType in com.pi4j.provider
Methods in com.pi4j.provider that return IOTypeModifier and TypeMethodDescriptiondefault IOTypeProvider.getType()getType.default IOTypeProvider.type()type.Methods in com.pi4j.provider with parameters of type IOTypeModifier and TypeMethodDescriptionGet all providers of a specified io type.default <T extends Provider>
booleanexists.default <T extends Provider>
booleanexists.default <T extends Provider>
Tget.default <T extends Provider>
Tget.getAll.default booleanisType.Constructors in com.pi4j.provider with parameters of type IOTypeModifierConstructorDescriptionProviderGroup(Providers providers, IOType type) Default Constructor -
Uses of IOType in com.pi4j.provider.exception
Constructors in com.pi4j.provider.exception with parameters of type IOTypeModifierConstructorDescriptionProviderIOTypeException(Provider provider, IOType ioType) Default ConstructorProviderNotFoundException(IOType ioType) Alternate ConstructorProviderNotFoundException(String providerId, IOType ioType) Alternate Constructor -
Uses of IOType in com.pi4j.registry
Methods in com.pi4j.registry with parameters of type IOType