public class I2CPortEvent
extends java.util.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 |
Constructor and Description |
---|
I2CPortEvent(gnu.io.I2CPort srcport,
int eventtype,
boolean oldvalue,
boolean newvalue) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
boolean |
getNewValue() |
boolean |
getOldValue() |
public static final int DATA_AVAILABLE
public static final int OUTPUT_BUFFER_EMPTY
public static final int CTS
public static final int DSR
public static final int RI
public static final int CD
public static final int OE
public static final int PE
public static final int FE
public static final int BI