public class SerialPortEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
BI |
static int |
CD |
static int |
CTS |
static int |
DATA_AVAILABLE |
static int |
DSR |
static int |
FE |
static int |
OE |
static int |
OUTPUT_BUFFER_EMPTY |
static int |
PE |
static int |
RI |
source| Constructor and Description |
|---|
SerialPortEvent(SerialPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
boolean |
getNewValue() |
boolean |
getOldValue() |
getSource, toStringpublic static final int BI
public static final int CD
public static final int CTS
public static final int DATA_AVAILABLE
public static final int DSR
public static final int FE
public static final int OE
public static final int OUTPUT_BUFFER_EMPTY
public static final int PE
public static final int RI
public SerialPortEvent(SerialPort srcport, int eventtype, boolean oldvalue, boolean newvalue)
Copyright © 2015. All rights reserved.