Uses of Class
comm.UnsupportedCommOperationException

Packages that use UnsupportedCommOperationException
comm   
 

Uses of UnsupportedCommOperationException in comm
 

Methods in 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)