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 interfaceIO<IO_TYPE extends IO,CONFIG_TYPE extends IOConfig,PROVIDER_TYPE extends Provider>IO interface.classIOBase<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_TYPEIOBase. configMethods 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 IOTypeIOType. 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 interfacecom.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 interfaceAnalogConfig<CONFIG_TYPE extends Config>AnalogConfig interface.interfaceAnalogInputConfigAnalogInputConfig interface.interfaceAnalogOutputConfigAnalogOutputConfig interface. -
Uses of IOConfig in com.pi4j.io.gpio.digital
Subinterfaces of IOConfig in com.pi4j.io.gpio.digital Modifier and Type Interface Description interfaceDigitalConfig<CONFIG_TYPE extends Config>DigitalConfig interface.interfaceDigitalInputConfigDigitalInputConfig interface.interfaceDigitalOutputConfigDigitalOutputConfig interface. -
Uses of IOConfig in com.pi4j.io.i2c
Subinterfaces of IOConfig in com.pi4j.io.i2c Modifier and Type Interface Description interfaceI2CConfigI2CConfig interface. -
Uses of IOConfig in com.pi4j.io.pwm
Subinterfaces of IOConfig in com.pi4j.io.pwm Modifier and Type Interface Description interfacePwmConfigPwmConfig interface. -
Uses of IOConfig in com.pi4j.io.serial
Subinterfaces of IOConfig in com.pi4j.io.serial Modifier and Type Interface Description interfaceSerialConfigSerialConfig interface. -
Uses of IOConfig in com.pi4j.io.spi
Subinterfaces of IOConfig in com.pi4j.io.spi Modifier and Type Interface Description interfaceSpiConfigSpiConfig 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)
-