Uses of Class
com.rm5248.serial.SerialLineState
-
-
Uses of SerialLineState in com.rm5248.serial
Methods in com.rm5248.serial that return SerialLineState Modifier and Type Method Description SerialLineStateSerialPort. getSerialLineState()Get the serial line state for the specified serial port.Methods in com.rm5248.serial with parameters of type SerialLineState Modifier and Type Method Description voidSerialChangeListener. serialStateChanged(SerialLineState state)Fired when the state on the serial line changes.voidSerialPort. setSerialLineState(SerialLineState state)Set the serial line state to the parameters given.
-