|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.iow.i2c.AbstractI2CDevice | +--de.wagner_ibw.iow.i2c.PCF8574A
This is the implemenation of the PCF8574A device
(unfinished!)
.
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 |
public java.lang.String toString()
AbstractI2CDevice
toString
in class AbstractI2CDevice
public void setIowDevice(IowInterface iow)
I2CDevice
setIowDevice
in interface I2CDevice
setIowDevice
in class AbstractI2CDevice
iow
- Instance of an iow device.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |