Uses of Interface
serialPort.rxtx.SerialPortInterface

Packages that use SerialPortInterface
serialPort   
serialPort.rxtx   
 

Uses of SerialPortInterface in serialPort
 

Methods in serialPort that return SerialPortInterface
static SerialPortInterface TurnTable.openSerialPort(CommPortIdentifierInterface portIdInterface)
           
 

Methods in serialPort with parameters of type SerialPortInterface
static void TurnTable.setUpSerialPort(SerialPortInterface sp)
           
 

Uses of SerialPortInterface in serialPort.rxtx
 

Constructors in serialPort.rxtx with parameters of type SerialPortInterface
SerialPortEvent(SerialPortInterface srcport, int eventtype, boolean oldvalue, boolean newvalue)