public class SpiSlaveResponseEvent extends SpiSlaveEvent
Modifier and Type | Field and Description |
---|---|
static int |
DATA_CORRUPTED
Response code from spi slave processor
|
static int |
IO_ERROR
Response code from spi slave processor
|
static int |
OK
Response code from spi slave processor
|
static int |
RES_SLAVE_READ
Response type from spi slave processor
|
static int |
RESET
Response code from spi slave processor
|
Constructor and Description |
---|
SpiSlaveResponseEvent(int iEventType,
int responseCode,
java.lang.Object pArg0,
java.lang.Object pArg1,
java.lang.Object pArg2) |
Modifier and Type | Method and Description |
---|---|
int |
getResponseCode()
Get response code from the event
|
getArg0, getArg1, getArg2, getEventType, getSync, setArg0, setArg1, setArg2, setEventType, setSync
public static final int RES_SLAVE_READ
public static final int OK
public static final int DATA_CORRUPTED
public static final int IO_ERROR
public static final int RESET