gnu.io
クラス SerialPortEvent
java.lang.Object
java.util.EventObject
gnu.io.SerialPortEvent
- すべての実装されたインタフェース:
- java.io.Serializable
public class SerialPortEvent
- extends java.util.EventObject
- 導入されたバージョン:
- JDK1.0
- 関連項目:
- 直列化された形式
クラス java.util.EventObject から継承されたフィールド |
source |
クラス java.util.EventObject から継承されたメソッド |
getSource, toString |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DATA_AVAILABLE
public static final int DATA_AVAILABLE
- 関連項目:
- 定数フィールド値
OUTPUT_BUFFER_EMPTY
public static final int OUTPUT_BUFFER_EMPTY
- 関連項目:
- 定数フィールド値
CTS
public static final int CTS
- 関連項目:
- 定数フィールド値
DSR
public static final int DSR
- 関連項目:
- 定数フィールド値
RI
public static final int RI
- 関連項目:
- 定数フィールド値
CD
public static final int CD
- 関連項目:
- 定数フィールド値
OE
public static final int OE
- 関連項目:
- 定数フィールド値
PE
public static final int PE
- 関連項目:
- 定数フィールド値
FE
public static final int FE
- 関連項目:
- 定数フィールド値
BI
public static final int BI
- 関連項目:
- 定数フィールド値
OldValue
private boolean OldValue
NewValue
private boolean NewValue
eventType
private int eventType
SerialPortEvent
public SerialPortEvent(SerialPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue)
getEventType
public int getEventType()
getNewValue
public boolean getNewValue()
getOldValue
public boolean getOldValue()