|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
void |
NSParallelPort.enableReceiveFraming(int rcvFramingByte)
|
void |
NSSerialPort.enableReceiveThreshold(int thresh)
|
void |
NSParallelPort.enableReceiveThreshold(int thresh)
|
void |
NSSerialPort.enableReceiveTimeout(int rt)
|
void |
NSParallelPort.enableReceiveTimeout(int rt)
|
void |
NSSerialPort.setFlowControlMode(int flowctrl)
Sets the flow control mode. |
int |
NSParallelPort.setMode(int md)
|
void |
NSSerialPort.setSerialPortParams(int bd,
int db,
int sb,
int par)
|
|
1.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||