gnu.io
Class RS485PortEvent
java.lang.Object
java.util.EventObject
gnu.io.RS485PortEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class RS485PortEvent
- extends java.util.EventObject
- Since:
- JDK1.0
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
OldValue
private boolean OldValue
NewValue
private boolean NewValue
eventType
private int eventType
RS485PortEvent
public RS485PortEvent(RS485Port srcport,
int eventtype,
boolean oldvalue,
boolean newvalue)
getEventType
public int getEventType()
getNewValue
public boolean getNewValue()
getOldValue
public boolean getOldValue()