Uses of Class
de.wagner_ibw.iow.Iow24

Packages that use Iow24
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.test This package contains some test classes. 
 

Uses of Iow24 in de.wagner_ibw.iow
 

Methods in de.wagner_ibw.iow that return Iow24
 Iow24 IowFactory.getIow24Device()
          Returns the first plugged IO-Warrior 24 device.
 Iow24 IowFactory.getIow24Device(java.lang.String serial)
          Returns the IO-Warrior 24 device according to the specified serial number.
 

Uses of Iow24 in de.wagner_ibw.test
 

Constructors in de.wagner_ibw.test with parameters of type Iow24
Iow24Test(Iow24 dev, boolean debug)