Uses of Class
com.rm5248.serial.SerialLineState

Uses of SerialLineState in com.rm5248.serial
 

Methods in com.rm5248.serial that return SerialLineState
 SerialLineState SerialPort.getSerialLineState()
          Get the serial line state for the specified serial port.
 

Methods in com.rm5248.serial with parameters of type SerialLineState
 void SerialChangeListener.serialStateChanged(SerialLineState state)
          Fired when the state on the serial line changes.
 void SerialPort.setSerialLineState(SerialLineState state)
          Set the serial line state to the parameters given.