Uses of Interface
com.pi4j.common.Identity
-
-
Uses of Identity in com.pi4j.common
Classes in com.pi4j.common that implement Identity Modifier and Type Class Description class
IdentityBase<T>
Abstract IdentityBase class. -
Uses of Identity in com.pi4j.extension
Subinterfaces of Identity in com.pi4j.extension Modifier and Type Interface Description interface
Extension<T>
Extension interface.Classes in com.pi4j.extension that implement Identity Modifier and Type Class Description class
ExtensionBase<T>
Abstract ExtensionBase class. -
Uses of Identity in com.pi4j.io
Subinterfaces of Identity in com.pi4j.io Modifier and Type Interface Description interface
IO<IO_TYPE extends IO,CONFIG_TYPE extends IOConfig,PROVIDER_TYPE extends Provider>
IO interface.Classes in com.pi4j.io that implement Identity Modifier and Type Class Description class
IOBase<IO_TYPE extends IO,CONFIG_TYPE extends IOConfig,PROVIDER_TYPE extends Provider>
Abstract IOBase class. -
Uses of Identity in com.pi4j.io.gpio
Subinterfaces of Identity 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.Gpio<IO_TYPE extends IO<IO_TYPE,CONFIG_TYPE,PROVIDER_TYPE>,CONFIG_TYPE extends com.pi4j.io.gpio.GpioConfig,PROVIDER_TYPE extends Provider>
Gpio interface.interface
com.pi4j.io.gpio.GpioProvider<PROVIDER_TYPE extends com.pi4j.io.gpio.GpioProvider,IO_TYPE extends IO,CONFIG_TYPE extends com.pi4j.io.gpio.GpioConfig>
GpioProvider interface.Classes 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 Identity Modifier and Type Class Description class
com.pi4j.io.gpio.GpioBase<IO_TYPE extends com.pi4j.io.gpio.Gpio<IO_TYPE,CONFIG_TYPE,PROVIDER_TYPE>,CONFIG_TYPE extends com.pi4j.io.gpio.GpioConfig<CONFIG_TYPE>,PROVIDER_TYPE extends Provider>
Abstract GpioBase class.class
com.pi4j.io.gpio.GpioProviderBase<PROVIDER_TYPE extends com.pi4j.io.gpio.GpioProvider,IO_TYPE extends IO,CONFIG_TYPE extends com.pi4j.io.gpio.GpioConfig>
Abstract GpioProviderBase class. -
Uses of Identity in com.pi4j.io.gpio.analog
Subinterfaces of Identity in com.pi4j.io.gpio.analog Modifier and Type Interface Description interface
Analog<ANALOG_TYPE extends Analog<ANALOG_TYPE,CONFIG_TYPE,PROVIDER_TYPE>,CONFIG_TYPE extends AnalogConfig<CONFIG_TYPE>,PROVIDER_TYPE extends AnalogProvider>
Analog interface.interface
AnalogInput
AnalogInput interface.interface
AnalogInputProvider
AnalogInputProvider interface.interface
AnalogOutput
AnalogOutput interface.interface
AnalogOutputProvider
AnalogOutputProvider interface.interface
AnalogProvider<PROVIDER_TYPE extends AnalogProvider,ANALOG_TYPE extends Analog,CONFIG_TYPE extends AnalogConfig>
AnalogProvider interface.Classes in com.pi4j.io.gpio.analog that implement Identity Modifier and Type Class Description class
AnalogBase<ANALOG_TYPE extends Analog<ANALOG_TYPE,CONFIG_TYPE,PROVIDER_TYPE>,CONFIG_TYPE extends AnalogConfig<CONFIG_TYPE>,PROVIDER_TYPE extends AnalogProvider>
Abstract AnalogBase class.class
AnalogInputBase
Abstract AnalogInputBase class.class
AnalogInputProviderBase
Abstract AnalogInputProviderBase class.class
AnalogOutputBase
Abstract AnalogOutputBase class.class
AnalogOutputProviderBase
Abstract AnalogOutputProviderBase class.class
AnalogProviderBase<PROVIDER_TYPE extends AnalogProvider,ANALOG_TYPE extends Analog,CONFIG_TYPE extends AnalogConfig>
Abstract AnalogProviderBase class. -
Uses of Identity in com.pi4j.io.gpio.digital
Subinterfaces of Identity in com.pi4j.io.gpio.digital Modifier and Type Interface Description interface
Digital<DIGITAL_TYPE extends Digital<DIGITAL_TYPE,CONFIG_TYPE,PROVIDER_TYPE>,CONFIG_TYPE extends DigitalConfig<CONFIG_TYPE>,PROVIDER_TYPE extends DigitalProvider>
Digital interface.interface
DigitalInput
DigitalInput interface.interface
DigitalInputProvider
DigitalInputProvider interface.interface
DigitalOutput
DigitalOutput interface.interface
DigitalOutputProvider
DigitalOutputProvider interface.interface
DigitalProvider<PROVIDER_TYPE extends DigitalProvider,DIGITAL_TYPE extends Digital,CONFIG_TYPE extends DigitalConfig>
DigitalProvider interface.Classes in com.pi4j.io.gpio.digital that implement Identity Modifier and Type Class Description class
DigitalBase<DIGITAL_TYPE extends Digital<DIGITAL_TYPE,CONFIG_TYPE,PROVIDER_TYPE>,CONFIG_TYPE extends DigitalConfig<CONFIG_TYPE>,PROVIDER_TYPE extends DigitalProvider>
Abstract DigitalBase class.class
DigitalInputBase
Abstract DigitalInputBase class.class
DigitalInputProviderBase
Abstract DigitalInputProviderBase class.class
DigitalOutputBase
Abstract DigitalOutputBase class.class
DigitalOutputProviderBase
Abstract DigitalOutputProviderBase class.class
DigitalProviderBase<PROVIDER_TYPE extends DigitalProvider,DIGITAL_TYPE extends Digital,CONFIG_TYPE extends DigitalConfig>
Abstract DigitalProviderBase class. -
Uses of Identity in com.pi4j.io.i2c
Subinterfaces of Identity in com.pi4j.io.i2c Modifier and Type Interface Description interface
I2C
I2C I/O Interface for Pi4J I2C Bus/Device Communicationsinterface
I2CProvider
I2CProvider interface.Classes in com.pi4j.io.i2c that implement Identity Modifier and Type Class Description class
I2CBase
Abstract I2CBase class.class
I2CProviderBase
Abstract I2CProviderBase class. -
Uses of Identity in com.pi4j.io.pwm
Subinterfaces of Identity in com.pi4j.io.pwm Modifier and Type Interface Description interface
Pwm
Pwm interface.interface
PwmProvider
PwmProvider interface.Classes in com.pi4j.io.pwm that implement Identity Modifier and Type Class Description class
PwmBase
Abstract PwmBase class.class
PwmProviderBase
Abstract PwmProviderBase class. -
Uses of Identity in com.pi4j.io.serial
Subinterfaces of Identity in com.pi4j.io.serial Modifier and Type Interface Description interface
Serial
Serial interface.interface
SerialProvider
SerialProvider interface.Classes in com.pi4j.io.serial that implement Identity Modifier and Type Class Description class
SerialBase
Abstract SerialBase class.class
SerialProviderBase
Abstract SerialProviderBase class. -
Uses of Identity in com.pi4j.io.spi
Subinterfaces of Identity in com.pi4j.io.spi Modifier and Type Interface Description interface
Spi
Spi interface.interface
SpiProvider
SpiProvider interface.Classes in com.pi4j.io.spi that implement Identity Modifier and Type Class Description class
SpiBase
Abstract SpiBase class.class
SpiProviderBase
Abstract SpiProviderBase class. -
Uses of Identity in com.pi4j.platform
Subinterfaces of Identity in com.pi4j.platform Modifier and Type Interface Description interface
Platform
Platform interface.Classes in com.pi4j.platform that implement Identity Modifier and Type Class Description class
PlatformBase<PLATFORM extends Platform>
Abstract PlatformBase class. -
Uses of Identity in com.pi4j.provider
Subinterfaces of Identity in com.pi4j.provider Modifier and Type Interface Description interface
Provider<PROVIDER_TYPE extends Provider,IO_TYPE extends IO,CONFIG_TYPE extends Config>
Provider interface.Classes in com.pi4j.provider that implement Identity Modifier and Type Class Description class
ProviderBase<PROVIDER_TYPE extends Provider,IO_TYPE extends IO,CONFIG_TYPE extends Config>
Abstract ProviderBase class.
-