Uses of Interface
com.pi4j.io.IOConfig
-
Packages that use IOConfig Package Description com.pi4j.context com.pi4j.io com.pi4j.io.gpio com.pi4j.io.gpio.analog com.pi4j.io.gpio.digital com.pi4j.io.i2c com.pi4j.io.pwm com.pi4j.io.serial com.pi4j.io.spi com.pi4j.platform -
-
Uses of IOConfig in com.pi4j.context
Methods in com.pi4j.context with parameters of type IOConfig Modifier and Type Method Description default <I extends IO>
IContext. create(IOConfig config, IOType ioType)
-
Uses of IOConfig in com.pi4j.io
Classes in com.pi4j.io with type parameters of type IOConfig Modifier and Type Interface Description interface
IO<IO_TYPE extends IO,CONFIG_TYPE extends IOConfig,PROVIDER_TYPE extends Provider>
IO interface.class
IOBase<IO_TYPE extends IO,CONFIG_TYPE extends IOConfig,PROVIDER_TYPE extends Provider>
Abstract IOBase class.Fields in com.pi4j.io declared as IOConfig Modifier and Type Field Description protected CONFIG_TYPE
IOBase. config
Methods in com.pi4j.io that return types with arguments of type IOConfig Modifier and Type Method Description Class<? extends IOConfig>
IOType. getConfigClass()
Getter for the fieldconfigClass
.static Class<? extends IOConfig>
IOType. getConfigClass(IOType type)
Getter for the fieldconfigClass
.Method parameters in com.pi4j.io with type arguments of type IOConfig Modifier and Type Method Description static IOType
IOType. getByConfigClass(Class<? extends IOConfig> configClass)
getByConfigClass. -
Uses of IOConfig in com.pi4j.io.gpio
Subinterfaces of IOConfig in com.pi4j.io.gpio with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interface
com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE extends Config>
GpioConfig interface. -
Uses of IOConfig in com.pi4j.io.gpio.analog
Subinterfaces of IOConfig in com.pi4j.io.gpio.analog Modifier and Type Interface Description interface
AnalogConfig<CONFIG_TYPE extends Config>
AnalogConfig interface.interface
AnalogInputConfig
AnalogInputConfig interface.interface
AnalogOutputConfig
AnalogOutputConfig interface. -
Uses of IOConfig in com.pi4j.io.gpio.digital
Subinterfaces of IOConfig in com.pi4j.io.gpio.digital Modifier and Type Interface Description interface
DigitalConfig<CONFIG_TYPE extends Config>
DigitalConfig interface.interface
DigitalInputConfig
DigitalInputConfig interface.interface
DigitalOutputConfig
DigitalOutputConfig interface. -
Uses of IOConfig in com.pi4j.io.i2c
Subinterfaces of IOConfig in com.pi4j.io.i2c Modifier and Type Interface Description interface
I2CConfig
I2CConfig interface. -
Uses of IOConfig in com.pi4j.io.pwm
Subinterfaces of IOConfig in com.pi4j.io.pwm Modifier and Type Interface Description interface
PwmConfig
PwmConfig interface. -
Uses of IOConfig in com.pi4j.io.serial
Subinterfaces of IOConfig in com.pi4j.io.serial Modifier and Type Interface Description interface
SerialConfig
SerialConfig interface. -
Uses of IOConfig in com.pi4j.io.spi
Subinterfaces of IOConfig in com.pi4j.io.spi Modifier and Type Interface Description interface
SpiConfig
SpiConfig interface. -
Uses of IOConfig in com.pi4j.platform
Methods in com.pi4j.platform with parameters of type IOConfig Modifier and Type Method Description <I extends IO>
IPlatform. create(IOConfig config, IOType ioType)
<I extends IO>
IPlatformBase. create(IOConfig config, IOType ioType)
-