Uses of Interface
comm.CommPortInterface

Packages that use CommPortInterface
comm   
gnu.io   
 

Uses of CommPortInterface in comm
 

Methods in comm that return CommPortInterface
 CommPortInterface CommDriver.getCommPort(java.lang.String portName, int portType)
          This method will be called on CommPortIdentifier.open.
 CommPortInterface CommPortIdentifier.open(java.io.FileDescriptor fd)
          Opens this port using a file descriptor.
 CommPortInterface CommPortIdentifierInterface.open(java.io.FileDescriptor fd)
          Opens this port using a file descriptor.
 CommPortInterface CommPortIdentifier.open(java.lang.String appName, int timeout)
          Opens this communications port.
 CommPortInterface CommPortIdentifierInterface.open(java.lang.String appName, int timeout)
          Opens this communications port.
 

Methods in comm with parameters of type CommPortInterface
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(CommPortInterface portInterface)
          Returns the port identifier for the specified port.
 

Uses of CommPortInterface in gnu.io
 

Subinterfaces of CommPortInterface in gnu.io
 interface CommPortInterface
          User: lyon Date: Oct 5, 2006 Time: 8:11:01 AM Copyright DocJava, Inc.
 interface ParallelPortInterface
          User: lyon Date: Jul 30, 2006 Time: 6:14:02 AM Copyright DocJava, Inc.
 interface SerialPortInterface
          An RS-232 serial communications port.
 

Classes in gnu.io that implement CommPortInterface
 class CommPort
          CommPort
 class ParallelPort
           
 class RXTXPort
          An extension of gnu.io.SerialPort
 class SerialPort