Uses of Interface
gnu.io.CommPortInterface

Packages that use CommPortInterface
gnu.io   
 

Uses of CommPortInterface in gnu.io
 

Methods in gnu.io that return CommPortInterface
 CommPortInterface CommDriver.getCommPort(java.lang.String portName, int portType)
          This method will be called on CommPortIdentifier.open.
 CommPortInterface RXTXCommDriver.getCommPort(java.lang.String PortName, int PortType)
           
 CommPortInterface CommPortIdentifier.open(java.io.FileDescriptor f)
           
 CommPortInterface CommPortIdentifierInterface.open(java.io.FileDescriptor fd)
           
 CommPortInterface CommPortIdentifier.open(java.lang.String TheOwner, int i)
           
 CommPortInterface CommPortIdentifierInterface.open(java.lang.String appName, int timeout)
           
 

Methods in gnu.io with parameters of type CommPortInterface
static CommPortIdentifier CommPortIdentifier.getPortIdentifier(CommPortInterface p)