de.wagner_ibw.iow.i2c
Class PCF8574A

java.lang.Object
  |
  +--de.wagner_ibw.iow.i2c.AbstractI2CDevice
        |
        +--de.wagner_ibw.iow.i2c.PCF8574A
All Implemented Interfaces:
I2CDevice

public class PCF8574A
extends AbstractI2CDevice

This is the implemenation of the PCF8574A device

(unfinished!)

.

Author:
Thomas Wagner

Method Summary
 void setIowDevice(IowInterface iow)
          Sets the reference to an iow device for write report operations.
 java.lang.String toString()
          Returns Information about this i2c device as String.
 
Methods inherited from class de.wagner_ibw.iow.i2c.AbstractI2CDevice
equals, getI2cAddress, getName, hashCode, readI2C, reportReceived, writeI2C
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Description copied from class: AbstractI2CDevice
Returns Information about this i2c device as String.

Overrides:
toString in class AbstractI2CDevice
Returns:
String representation of this i2c device.

setIowDevice

public void setIowDevice(IowInterface iow)
Description copied from interface: I2CDevice
Sets the reference to an iow device for write report operations.

Specified by:
setIowDevice in interface I2CDevice
Specified by:
setIowDevice in class AbstractI2CDevice
Parameters:
iow - Instance of an iow device.