gnu.io
Class RawPort
java.lang.Object
gnu.io.CommPort
gnu.io.RawPort
- Direct Known Subclasses:
- Raw
- abstract class RawPort
- extends CommPort
- Since:
- JDK1.0
Constructor Summary |
(package private) |
RawPort()
|
Methods inherited from class gnu.io.CommPort |
close, disableReceiveFraming, disableReceiveThreshold, disableReceiveTimeout, enableReceiveFraming, enableReceiveThreshold, enableReceiveTimeout, getInputBufferSize, getInputStream, getName, getOutputBufferSize, getOutputStream, getReceiveFramingByte, getReceiveThreshold, getReceiveTimeout, isReceiveFramingEnabled, isReceiveThresholdEnabled, isReceiveTimeoutEnabled, setInputBufferSize, setOutputBufferSize, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATABITS_5
public static final int DATABITS_5
- See Also:
- Constant Field Values
DATABITS_6
public static final int DATABITS_6
- See Also:
- Constant Field Values
DATABITS_7
public static final int DATABITS_7
- See Also:
- Constant Field Values
DATABITS_8
public static final int DATABITS_8
- See Also:
- Constant Field Values
PARITY_NONE
public static final int PARITY_NONE
- See Also:
- Constant Field Values
PARITY_ODD
public static final int PARITY_ODD
- See Also:
- Constant Field Values
PARITY_EVEN
public static final int PARITY_EVEN
- See Also:
- Constant Field Values
PARITY_MARK
public static final int PARITY_MARK
- See Also:
- Constant Field Values
PARITY_SPACE
public static final int PARITY_SPACE
- See Also:
- Constant Field Values
STOPBITS_1
public static final int STOPBITS_1
- See Also:
- Constant Field Values
STOPBITS_1_5
public static final int STOPBITS_1_5
- See Also:
- Constant Field Values
STOPBITS_2
public static final int STOPBITS_2
- See Also:
- Constant Field Values
FLOWCONTROL_NONE
public static final int FLOWCONTROL_NONE
- See Also:
- Constant Field Values
FLOWCONTROL_RTSCTS_IN
public static final int FLOWCONTROL_RTSCTS_IN
- See Also:
- Constant Field Values
FLOWCONTROL_RTSCTS_OUT
public static final int FLOWCONTROL_RTSCTS_OUT
- See Also:
- Constant Field Values
FLOWCONTROL_XONXOFF_IN
public static final int FLOWCONTROL_XONXOFF_IN
- See Also:
- Constant Field Values
FLOWCONTROL_XONXOFF_OUT
public static final int FLOWCONTROL_XONXOFF_OUT
- See Also:
- Constant Field Values
WRITE_SIZE
public static final int WRITE_SIZE
- See Also:
- Constant Field Values
IO_PORT
public static final int IO_PORT
- See Also:
- Constant Field Values
RawPort
RawPort()
setRawPortParams
public abstract void setRawPortParams(int b,
int d,
int s,
int p)
throws UnsupportedCommOperationException
- Throws:
UnsupportedCommOperationException
addEventListener
public abstract void addEventListener(RawPortEventListener lsnr)
throws java.util.TooManyListenersException
- Throws:
java.util.TooManyListenersException
removeEventListener
public abstract void removeEventListener()