Uses of Class
de.wagner_ibw.iow.AbstractIowDevice

Packages that use AbstractIowDevice
de.wagner_ibw.appl This package contains some applications. 
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 AbstractIowDevice in de.wagner_ibw.appl
 

Constructors in de.wagner_ibw.appl with parameters of type AbstractIowDevice
RFSwitch(AbstractIowDevice dev)
          Constructor.
 

Uses of AbstractIowDevice in de.wagner_ibw.iow
 

Subclasses of AbstractIowDevice in de.wagner_ibw.iow
 class Iow24
          This class represents the IO-Warrior 24 device.
 class Iow40
          This class represents the IO-Warrior 40 device.
 class Iow56
          This class represents the IO-Warrior 56 device.
 

Methods in de.wagner_ibw.iow that return AbstractIowDevice
 AbstractIowDevice IowFactory.getIowDevice()
          Returns the first plugged IO-Warrior device.
 AbstractIowDevice IowFactory.getIowDevice(java.lang.String serial)
          Returns the iow device according to the specified serial number.
 

Methods in de.wagner_ibw.iow with parameters of type AbstractIowDevice
 void SpecialModeFunction.setIowDevice(AbstractIowDevice iow)
          Sets the reference to the underlying iow device for write report operations.
 

Uses of AbstractIowDevice in de.wagner_ibw.iow.i2c
 

Methods in de.wagner_ibw.iow.i2c with parameters of type AbstractIowDevice
 void SD20.setIowDevice(AbstractIowDevice iow)
           
 void PCF8591.setIowDevice(AbstractIowDevice iow)
           
 void PCF8574A.setIowDevice(AbstractIowDevice iow)
           
 void PCF8570.setIowDevice(AbstractIowDevice iow)
           
 void LM75.setIowDevice(AbstractIowDevice iow)
           
 void I2CDevice.setIowDevice(AbstractIowDevice iow)
          Sets the reference to an IO-Warrior device for write report operations.
 void I2C.setIowDevice(AbstractIowDevice iow)
           
 void DS1803.setIowDevice(AbstractIowDevice iow)
           
 void AT24C128.setIowDevice(AbstractIowDevice iow)
           
abstract  void AbstractI2CDevice.setIowDevice(AbstractIowDevice iow)
           
 

Uses of AbstractIowDevice in de.wagner_ibw.iow.lcd
 

Methods in de.wagner_ibw.iow.lcd with parameters of type AbstractIowDevice
 void M50530Pio.setIowDevice(AbstractIowDevice iow)
           
 void LCD16x21.setIowDevice(AbstractIowDevice iow)
           
 void LCD16x16Pio.setIowDevice(AbstractIowDevice iow)
           
 void HD44780.setIowDevice(AbstractIowDevice iow)
           
 void GLCD128x128.setIowDevice(AbstractIowDevice iow)
           
 void DoubleHD44780Ahw.setIowDevice(AbstractIowDevice iow)
           
abstract  void AbstractLCD.setIowDevice(AbstractIowDevice iow)
           
 

Constructors in de.wagner_ibw.iow.lcd with parameters of type AbstractIowDevice
T6963CPio(AbstractIowDevice iow, int displayMode, boolean fontSelect)
           
M50530Pio(AbstractIowDevice iow)
           
LCD16x21(AbstractIowDevice dev)
           
LCD16x16Pio(AbstractIowDevice dev)
           
GLCD128x128(AbstractIowDevice dev, boolean text)
           
 

Uses of AbstractIowDevice in de.wagner_ibw.iow.rc5
 

Methods in de.wagner_ibw.iow.rc5 with parameters of type AbstractIowDevice
 void RC5.setIowDevice(AbstractIowDevice iow)
           
 

Uses of AbstractIowDevice in de.wagner_ibw.iow.smx
 

Methods in de.wagner_ibw.iow.smx with parameters of type AbstractIowDevice
 void SwitchMatrix.setIowDevice(AbstractIowDevice iow)
           
 

Uses of AbstractIowDevice in de.wagner_ibw.iow.spi
 

Methods in de.wagner_ibw.iow.spi with parameters of type AbstractIowDevice
 void SPIDevice.setIowDevice(AbstractIowDevice iow)
          Sets the reference to an IO-Warrior device for write report operations.
 void SPI.setIowDevice(AbstractIowDevice iow)
           
 void AbstractSPIDevice.setIowDevice(AbstractIowDevice iow)