Uses of Interface
de.wagner_ibw.iow.SpecialModeFunction

Packages that use SpecialModeFunction
de.wagner_ibw.iow This package provides all interfaces and classes for using the IO-Warrior Hardware invented by Code Mercenaries Hard- und Software GmbH
de.wagner_ibw.iow.i2c This package provides all interfaces and classes for using the IO-Warrior's special mode function IIC
de.wagner_ibw.iow.lcd This package provides all interfaces and classes for using the IO-Warrior's special mode function LCD
de.wagner_ibw.iow.rc5 This package provides all interfaces and classes for using the IO-Warrior's special mode function RC5
de.wagner_ibw.iow.smx This package provides all interfaces and classes for using the IO-Warrior's special mode function Switch matrix (SMX). 
de.wagner_ibw.iow.spi This package provides all interfaces and classes for using the IO-Warrior's special mode function SPI
 

Uses of SpecialModeFunction in de.wagner_ibw.iow
 

Methods in de.wagner_ibw.iow that return SpecialModeFunction
 SpecialModeFunction AbstractIowDevice.getSpecialModeFunctionImpl(java.lang.String smfName)
          Returns the desired special mode function implementation.
 

Methods in de.wagner_ibw.iow with parameters of type SpecialModeFunction
 void AbstractIowDevice.addSpecialModeFunctionImpl(SpecialModeFunction impl)
          Adds given special mode function implementation to this IO-Warrior device.
 void AbstractIowDevice.removeSpecialModeFunctionImpl(SpecialModeFunction impl)
          Removes given special mode function implementation from this IO-Warrior device.
 

Uses of SpecialModeFunction in de.wagner_ibw.iow.i2c
 

Classes in de.wagner_ibw.iow.i2c that implement SpecialModeFunction
 class I2C
          Implementation of the I2C special mode function.
 

Uses of SpecialModeFunction in de.wagner_ibw.iow.lcd
 

Classes in de.wagner_ibw.iow.lcd that implement SpecialModeFunction
 class AbstractLCD
          This is the interface for using alpha numerical LCD.
 class DoubleHD44780Ahw
          This is another implementation of the LCD special mode function.
 class GLCD128x128
          This class represents a generic 128 x 128 pixel graphic display.
 class HD44780
          This is the implementation of the LCD special mode function.
 class LCD16x16Pio
          This class represents a generic 16 x 16 display.
 class LCD16x21
          This class represents a generic 16 x 16 display.
 class LCD1x24
          This class represents a generic 1 x 24 display.
 class LCD2x16
          This class represents a generic 2 x 16 display.
 class LCD2x20
          This class represents a generic 2 x 20 display.
 class LCD2x24
          This class represents a generic 1 x 24 display.
 class LCD2x40
          This class represents a generic 2 x 40 display.
 class LCD4x16
          This class represents a generic 4 x 16 display.
 class LCD4x20
          This class represents a gereic 4 x 20 display.
 class LCD4x27Ahw
          This class represents a generic 4 x 27 display.
 class LCD4x40Ahw
          This class represents a generic 4 x 40 display.
 class M50530Pio
           
 

Uses of SpecialModeFunction in de.wagner_ibw.iow.rc5
 

Classes in de.wagner_ibw.iow.rc5 that implement SpecialModeFunction
 class RC5
          This is the implementation of the RC5 special mode function.
 

Uses of SpecialModeFunction in de.wagner_ibw.iow.smx
 

Classes in de.wagner_ibw.iow.smx that implement SpecialModeFunction
 class SwitchMatrix
          This is the implementation of the IO Warrior key matrix special mode function.
 

Uses of SpecialModeFunction in de.wagner_ibw.iow.spi
 

Classes in de.wagner_ibw.iow.spi that implement SpecialModeFunction
 class SPI
          Implementation of the SPI special mode function.