Uses of Class
jssc.SerialPort
-
-
Uses of SerialPort in jssc
Methods in jssc that return SerialPort Modifier and Type Method Description SerialPortSerialPortEvent. getPort()Getting the port that set off this eventSerialPortSerialPortException. getPort()Gets theSerialPortwhich threw the exceptionSerialPortSerialPortTimeoutException. getPort()Gets theSerialPortwhich threw the exceptionConstructors in jssc with parameters of type SerialPort Constructor Description SerialPortEvent(SerialPort port, int eventType, int eventValue)Constructs a SerialPortEvent representing a port, event type and event value.SerialPortException(SerialPort port, String methodName, String exceptionType)Constructs a newSerialPortExceptionSerialPortTimeoutException(SerialPort port, String methodName, int timeoutValue)Constructs a newSerialPortTimeoutException
-