2009-01-09 1.2.0

Uses of Class
javax.comm.UnsupportedCommOperationException

Packages that use UnsupportedCommOperationException
javax.comm This package is part of the org.eclipse.soda.dk.comm project. 
org.eclipse.soda.dk.comm This package is part of the org.eclipse.soda.dk.comm project. 
 

Uses of UnsupportedCommOperationException in javax.comm
 

Methods in javax.comm that throw UnsupportedCommOperationException
abstract  void CommPort.enableReceiveFraming(int framingByte)
          Enable receive framing with the specified framing byte parameter.
abstract  void CommPort.enableReceiveThreshold(int thresh)
          Enable receive threshold with the specified thresh parameter.
abstract  void CommPort.enableReceiveTimeout(int rcvTimeout)
          Enable receive timeout with the specified rcv timeout parameter.
 CommPort CommPortIdentifier.open(java.io.FileDescriptor fileDescriptor)
          Opens the communications port using a FileDescriptor object on platforms that support this technique.
abstract  void SerialPort.setFlowControlMode(int flowcontrol)
          Sets the flow control mode value.
abstract  int ParallelPort.setMode(int mode)
          Sets the mode value.
abstract  void SerialPort.setSerialPortParams(int baudrate, int dataBits, int stopBits, int parity)
          Set serial port params with the specified baudrate, data bits, stop bits and parity parameters.
 

Uses of UnsupportedCommOperationException in org.eclipse.soda.dk.comm
 

Methods in org.eclipse.soda.dk.comm that throw UnsupportedCommOperationException
 void NSSerialPort.enableReceiveFraming(int rcvFramingByte)
          Enable receive framing with the specified rcv framing byte parameter.
 void NSParallelPort.enableReceiveFraming(int rcvFramingByte)
          Enable receive framing with the specified rcv framing byte parameter.
 void NSSerialPort.enableReceiveThreshold(int thresh)
          Enable receive threshold with the specified thresh parameter.
 void NSParallelPort.enableReceiveThreshold(int thresh)
          Enable receive threshold with the specified thresh parameter.
 void NSSerialPort.enableReceiveTimeout(int rt)
          Enable receive timeout with the specified rt parameter.
 void NSParallelPort.enableReceiveTimeout(int rt)
          Enable receive timeout with the specified rt parameter.
 void NSSerialPort.setFlowControlMode(int flowctrl)
          Sets the flow control mode value.
 int NSParallelPort.setMode(int md)
          Sets the mode value.
 void NSSerialPort.setSerialPortParams(int bd, int db, int sb, int par)
          Set serial port params with the specified bd, db, sb and par parameters.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.