gnu.io
Class SerialPortEvent
java.lang.Object
java.util.EventObject
gnu.io.SerialPortEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class SerialPortEvent
- extends java.util.EventObject
- Author:
- juangui
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
eventType
public int eventType
DATA_AVAILABLE
public static final int DATA_AVAILABLE
- See Also:
- Constant Field Values
OUTPUT_BUFFER_EMPTY
public static final int OUTPUT_BUFFER_EMPTY
- See Also:
- Constant Field Values
CTS
public static final int CTS
- See Also:
- Constant Field Values
DSR
public static final int DSR
- See Also:
- Constant Field Values
RI
public static final int RI
- See Also:
- Constant Field Values
CD
public static final int CD
- See Also:
- Constant Field Values
OE
public static final int OE
- See Also:
- Constant Field Values
PE
public static final int PE
- See Also:
- Constant Field Values
FE
public static final int FE
- See Also:
- Constant Field Values
BI
public static final int BI
- See Also:
- Constant Field Values
SerialPortEvent
public SerialPortEvent(SerialPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue)