Uses of Class
serialPort.comm.UnsupportedCommOperationException

Packages that use UnsupportedCommOperationException
serialPort.comm   
 

Uses of UnsupportedCommOperationException in serialPort.comm
 

Methods in serialPort.comm that throw UnsupportedCommOperationException
 int SerialPortInterface.getBaudBase()
           
 boolean SerialPortInterface.getCallOutHangup()
           
 int SerialPortInterface.getDivisor()
           
 byte SerialPortInterface.getEndOfInputChar()
           
 boolean SerialPortInterface.getLowLatency()
           
 byte SerialPortInterface.getParityErrorChar()
           
 java.lang.String SerialPortInterface.getUARTType()
           
 CommPortInterface CommPortIdentifier.open(java.io.FileDescriptor fd)
          Opens this port using a file descriptor.
 CommPortInterface CommPortIdentifierInterface.open(java.io.FileDescriptor fd)
          Opens this port using a file descriptor.
 boolean SerialPortInterface.setBaudBase(int BaudBase)
           
 boolean SerialPortInterface.setCallOutHangup(boolean NoHup)
           
 boolean SerialPortInterface.setDivisor(int Divisor)
           
 boolean SerialPortInterface.setEndOfInputChar(byte b)
           
 boolean SerialPortInterface.setLowLatency()
           
 int ParallelPortInterface.setMode(int mode)
           
 boolean SerialPortInterface.setParityErrorChar(byte b)
           
 void SerialPortInterface.setSerialPortParams(int baudRate, int dataBits, int stopBits, int parity)
          Sets the serial port parameters.
 boolean SerialPortInterface.setUARTType(java.lang.String type, boolean test)