gnu.io
クラス RawPort
java.lang.Object
gnu.io.CommPort
gnu.io.RawPort
- 直系の既知のサブクラス:
- Raw
abstract class RawPort
- extends CommPort
- 導入されたバージョン:
- JDK1.0
クラス gnu.io.CommPort から継承されたメソッド |
close, disableReceiveFraming, disableReceiveThreshold, disableReceiveTimeout, enableReceiveFraming, enableReceiveThreshold, enableReceiveTimeout, getInputBufferSize, getInputStream, getName, getOutputBufferSize, getOutputStream, getReceiveFramingByte, getReceiveThreshold, getReceiveTimeout, isReceiveFramingEnabled, isReceiveThresholdEnabled, isReceiveTimeoutEnabled, setInputBufferSize, setOutputBufferSize, toString |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATABITS_5
public static final int DATABITS_5
- 関連項目:
- 定数フィールド値
DATABITS_6
public static final int DATABITS_6
- 関連項目:
- 定数フィールド値
DATABITS_7
public static final int DATABITS_7
- 関連項目:
- 定数フィールド値
DATABITS_8
public static final int DATABITS_8
- 関連項目:
- 定数フィールド値
PARITY_NONE
public static final int PARITY_NONE
- 関連項目:
- 定数フィールド値
PARITY_ODD
public static final int PARITY_ODD
- 関連項目:
- 定数フィールド値
PARITY_EVEN
public static final int PARITY_EVEN
- 関連項目:
- 定数フィールド値
PARITY_MARK
public static final int PARITY_MARK
- 関連項目:
- 定数フィールド値
PARITY_SPACE
public static final int PARITY_SPACE
- 関連項目:
- 定数フィールド値
STOPBITS_1
public static final int STOPBITS_1
- 関連項目:
- 定数フィールド値
STOPBITS_1_5
public static final int STOPBITS_1_5
- 関連項目:
- 定数フィールド値
STOPBITS_2
public static final int STOPBITS_2
- 関連項目:
- 定数フィールド値
FLOWCONTROL_NONE
public static final int FLOWCONTROL_NONE
- 関連項目:
- 定数フィールド値
FLOWCONTROL_RTSCTS_IN
public static final int FLOWCONTROL_RTSCTS_IN
- 関連項目:
- 定数フィールド値
FLOWCONTROL_RTSCTS_OUT
public static final int FLOWCONTROL_RTSCTS_OUT
- 関連項目:
- 定数フィールド値
FLOWCONTROL_XONXOFF_IN
public static final int FLOWCONTROL_XONXOFF_IN
- 関連項目:
- 定数フィールド値
FLOWCONTROL_XONXOFF_OUT
public static final int FLOWCONTROL_XONXOFF_OUT
- 関連項目:
- 定数フィールド値
WRITE_SIZE
public static final int WRITE_SIZE
- 関連項目:
- 定数フィールド値
IO_PORT
public static final int IO_PORT
- 関連項目:
- 定数フィールド値
RawPort
RawPort()
setRawPortParams
public abstract void setRawPortParams(int b,
int d,
int s,
int p)
throws UnsupportedCommOperationException
- 例外:
UnsupportedCommOperationException
addEventListener
public abstract void addEventListener(RawPortEventListener lsnr)
throws java.util.TooManyListenersException
- 例外:
java.util.TooManyListenersException
removeEventListener
public abstract void removeEventListener()