Uses of Class
de.wagner_ibw.iow.IowPort

Packages that use IowPort
de.wagner_ibw.appl This package contains some applications. 
de.wagner_ibw.examples This package contains some examples. 
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.test This package contains some test classes. 
 

Uses of IowPort in de.wagner_ibw.appl
 

Methods in de.wagner_ibw.appl with parameters of type IowPort
 void IowBatch.portChanged(IowPort cPort)
           
 

Uses of IowPort in de.wagner_ibw.examples
 

Methods in de.wagner_ibw.examples with parameters of type IowPort
 void Iow40IoTest.portChanged(IowPort port)
           
 void Iow24IoTest.portChanged(IowPort port)
           
 

Uses of IowPort in de.wagner_ibw.iow
 

Methods in de.wagner_ibw.iow that return IowPort
 IowPort AbstractIowDevice.getPort(int port)
          Returns the desired port of this IO-Warrior device.
 

Methods in de.wagner_ibw.iow with parameters of type IowPort
 void IowPortChangeListener.portChanged(IowPort port)
           
 

Uses of IowPort in de.wagner_ibw.iow.i2c
 

Methods in de.wagner_ibw.iow.i2c with parameters of type IowPort
 void PCF8574A.portChanged(IowPort port)
           
 

Uses of IowPort in de.wagner_ibw.test
 

Methods in de.wagner_ibw.test with parameters of type IowPort
 void ReadPerformanceTest.portChanged(IowPort port)
           
 void Rc5Test.portChanged(IowPort port)
           
 void Led56Test.portChanged(IowPort port)
           
 void Iow40IoTestListener.portChanged(IowPort port)
           
 void Iow40IoTest.portChanged(IowPort port)
           
 void Iow24IoTest.portChanged(IowPort port)