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 exceptionMethods in jssc with parameters of type SerialPort Modifier and Type Method Description static SerialPortExceptionSerialPortException. wrapNativeException(Exception ex, SerialPort port, String methodName)Constructors 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
-