Uses of Interface
serialPort.comm.CommPortInterface

Packages that use CommPortInterface
serialPort.comm   
serialPort.rxtx   
 

Uses of CommPortInterface in serialPort.comm
 

Subinterfaces of CommPortInterface in serialPort.comm
 interface ParallelPortInterface
          User: lyon Date: Jul 30, 2006 Time: 7:47:21 AM Copyright DocJava, Inc.
 interface SerialPortInterface
          An RS-232 serial communications port.
 

Classes in serialPort.comm that implement CommPortInterface
 class CommPort
          This class models a communications port.
 class ParallelPort
          This class models an IEEE 1284 parallel communications port.
 class SerialPort
          This class models an RS-232 serial communications port.
 

Methods in serialPort.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 serialPort.comm with parameters of type CommPortInterface
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(CommPortInterface portInterface)
          Returns the port identifier for the specified port.
 

Uses of CommPortInterface in serialPort.rxtx
 

Subinterfaces of CommPortInterface in serialPort.rxtx
 interface CommPortInterface
          User: lyon Date: Oct 5, 2006 Time: 8:11:01 AM Copyright DocJava, Inc.
 

Classes in serialPort.rxtx that implement CommPortInterface
 class RXTXPort
          An extension of gnu.io.SerialPort