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 AbstractIowDevcie.getSpecialModeFunctionImpl(java.lang.String smfName)
          Returns the desired special mode function implementation.
 

Methods in de.wagner_ibw.iow with parameters of type SpecialModeFunction
 void AbstractIowDevcie.addSpecialModeFunctionImpl(SpecialModeFunction impl)
           
 void AbstractIowDevcie.removeSpecialModeFunctionImpl(SpecialModeFunction impl)
           
 

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 DoubleLCDImpl
          This is another implementation of the LCD special mode function.
 class LCD1x24
          This class contains all needed information about a generic 1 x 24 display.
 class LCD2x16
          This class contains all needed information about a generic 2 x 16 display.
 class LCD2x20
          This class contains all needed information about a generic 2 x 20 display.
 class LCD2x24
          This class contains all needed information about a generic 1 x 24 display.
 class LCD2x40
          This class contains all needed information about a generic 2 x 40 display.
 class LCD4x16
          This class contains all needed information about a generic 4 x 16 display.
 class LCD4x20
          This class contains all needed information about a gereic 4 x 20 display.
 class LCD4x27
          This class contains all needed information about a generic 4 x 27 display.
 class LCD4x40
          This class contains all needed information about a generic 4 x 40 display.
 class LCDImpl
          This is the implementation of the LCD special mode function.
 

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 40 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