Uses of Interface
gnu.io.CommPortIdentifierInterface

Packages that use CommPortIdentifierInterface
gnu.io   
serialPort   
serialPort.beans   
serialPort.test   
 

Uses of CommPortIdentifierInterface in gnu.io
 

Classes in gnu.io that implement CommPortIdentifierInterface
 class CommPortIdentifier
           
 

Methods in gnu.io that return CommPortIdentifierInterface
static CommPortIdentifierInterface CommPortIdentifier.getPortIdentifier(java.lang.String s)
           
 

Uses of CommPortIdentifierInterface in serialPort
 

Methods in serialPort that return CommPortIdentifierInterface
 CommPortIdentifierInterface CommPortUtils.getACommPortFromUser()
           
static CommPortIdentifierInterface CommPortUtils.getCommPortIdentifierByName(java.lang.String name)
           
static CommPortIdentifierInterface[] CommPortUtils.getCommPortIdentifiers()
           
 

Methods in serialPort with parameters of type CommPortIdentifierInterface
static void TurnTable.openAndClosePort(CommPortIdentifierInterface cpid)
           
static SerialPortInterface TurnTable.openSerialPort(CommPortIdentifierInterface portIdInterface)
           
 void CommPortUtils.print(CommPortIdentifierInterface cpid)
           
 void CommPortUtils.print(CommPortIdentifierInterface[] cpids)
           
static void TurnTable.processPort(CommPortIdentifierInterface portIdInterface)
           
 

Uses of CommPortIdentifierInterface in serialPort.beans
 

Methods in serialPort.beans that return CommPortIdentifierInterface
 CommPortIdentifierInterface CommPortOwnershipBean.getCommPortIdentifier()
           
 

Methods in serialPort.beans with parameters of type CommPortIdentifierInterface
 void CommPortOwnershipBean.setCommPortIdentifier(CommPortIdentifierInterface commPortIdentifier)
           
 

Uses of CommPortIdentifierInterface in serialPort.test
 

Methods in serialPort.test with parameters of type CommPortIdentifierInterface
static void OpenCloseTest.openCloseTest(CommPortIdentifierInterface portIdInterface)