Uses of Class
de.wagner_ibw.iow.IowPort

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

Uses of IowPort in de.wagner_ibw.iow
 

Fields in de.wagner_ibw.iow declared as IowPort
(package private)  IowPort NotifierThread.port
           
protected  IowPort[] AbstractIowDevcie.ports
          The ports.
 

Methods in de.wagner_ibw.iow that return IowPort
 IowPort AbstractIowDevcie.getPort(int port)
           
 

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

Constructors in de.wagner_ibw.iow with parameters of type IowPort
NotifierThread(IowPort port, IowPortChangeListener listener)