Uses of Class
de.wagner_ibw.iow.AbstractIowDevcie

Packages that use AbstractIowDevcie
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 AbstractIowDevcie in de.wagner_ibw.iow
 

Subclasses of AbstractIowDevcie in de.wagner_ibw.iow
 class Iow24
          This class represents the iow 24 device.
 class Iow40
          This class represents the iow 40 device.
 

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

Uses of AbstractIowDevcie in de.wagner_ibw.iow.i2c
 

Fields in de.wagner_ibw.iow.i2c declared as AbstractIowDevcie
private  AbstractIowDevcie I2C.iow
          Reference to the underlying IOW device.
protected  AbstractIowDevcie AbstractI2CDevice.iow
          Reference to the underlying IOW device.
 

Methods in de.wagner_ibw.iow.i2c with parameters of type AbstractIowDevcie
 void PCF8570.setIowDevice(AbstractIowDevcie iow)
           
 void LM75.setIowDevice(AbstractIowDevcie iow)
           
 void I2CDevice.setIowDevice(AbstractIowDevcie iow)
          Sets the reference to an iow device for write report operations.
 void I2C.setIowDevice(AbstractIowDevcie iow)
           
abstract  void AbstractI2CDevice.setIowDevice(AbstractIowDevcie iow)
           
 

Uses of AbstractIowDevcie in de.wagner_ibw.iow.lcd
 

Fields in de.wagner_ibw.iow.lcd declared as AbstractIowDevcie
protected  AbstractIowDevcie LCDImpl.iow
           
 

Methods in de.wagner_ibw.iow.lcd with parameters of type AbstractIowDevcie
 void LCDImpl.setIowDevice(AbstractIowDevcie iow)
           
 void DoubleLCDImpl.setIowDevice(AbstractIowDevcie iow)
           
 

Uses of AbstractIowDevcie in de.wagner_ibw.iow.rc5
 

Fields in de.wagner_ibw.iow.rc5 declared as AbstractIowDevcie
private  AbstractIowDevcie RC5.iow
           
 

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

Uses of AbstractIowDevcie in de.wagner_ibw.iow.smx
 

Fields in de.wagner_ibw.iow.smx declared as AbstractIowDevcie
private  AbstractIowDevcie SwitchMatrix.iow
          Reference to the underlying IOW device.
 

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

Uses of AbstractIowDevcie in de.wagner_ibw.iow.spi
 

Fields in de.wagner_ibw.iow.spi declared as AbstractIowDevcie
private  AbstractIowDevcie SPI.iow
           
protected  AbstractIowDevcie AbstractSPIDevice.iow
          Reference to the underlying IOW device.
 

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