Uses of Class
de.wagner_ibw.iow.i2c.Monitor

Packages that use Monitor
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
 

Uses of Monitor in de.wagner_ibw.iow
 

Methods in de.wagner_ibw.iow that return Monitor
 Monitor AbstractIowDevice.getMonitor()
          Returns the Monitor reference (for internal I2C control purpose only).
 

Uses of Monitor in de.wagner_ibw.iow.i2c
 

Methods in de.wagner_ibw.iow.i2c with parameters of type Monitor
 void AbstractI2CDevice.setMonitor(Monitor monitor)
          Sets the reference to an i2c transaction monitor.