public class RFID_EVENT_TYPE
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static RFID_EVENT_TYPE |
ACCESS_START_EVENT
Access Operation has started
|
static RFID_EVENT_TYPE |
ACCESS_STOP_EVENT
Access Operation has stopped
|
static RFID_EVENT_TYPE |
ANTENNA_EVENT
Antenna Connect/Disconnect
|
static RFID_EVENT_TYPE |
AUTONOMOUS_EVENT
Autonomous Events, RFID_GetEventData() to ask LLRP reader to dump unreported event.
|
static RFID_EVENT_TYPE |
BUFFER_FULL_EVENT
When the internal buffers are 100% full, this event will be signaled and
further tags are discarded.
|
static RFID_EVENT_TYPE |
BUFFER_FULL_WARNING_EVENT
Buffers are full, no more Tags can be stored in API
|
static RFID_EVENT_TYPE |
DEBUG_INFO_EVENT
This is an Alarm Event generated when reader reaches temperature threshold level
|
static RFID_EVENT_TYPE |
DISCONNECTION_EVENT
Reader has reported disconnection
|
static RFID_EVENT_TYPE |
GPI_EVENT
A GPI event (state change from high to low, or low to high) has occurred on a GPI port.
|
static RFID_EVENT_TYPE |
HANDHELD_TRIGGER_EVENT
A Handheld Gun/Button event Pull/Release has occurred.
|
static RFID_EVENT_TYPE |
INVENTORY_START_EVENT
Inventory Operation has started
|
static RFID_EVENT_TYPE |
INVENTORY_STOP_EVENT
Inventory Operation has stopped
|
static RFID_EVENT_TYPE |
NXP_EAS_ALARM_EVENT
When a reader performing NXP_EAS_SCAN has an NXP tag in FOV with it's EAS bit set, this event is raised.
|
int |
ordinal |
static RFID_EVENT_TYPE |
READER_EXCEPTION_EVENT
Event notifying that an exception has occured in the Reader.
|
static RFID_EVENT_TYPE |
RF_SURVEY_DATA_READ_EVENT
This is RF Survey Data Read Event
|
static RFID_EVENT_TYPE |
RF_SURVEY_START_EVENT
This event notifies when RF Survey operation started
|
static RFID_EVENT_TYPE |
RF_SURVEY_STOP_EVENT
This event notifies when RF Survey operation stopped
|
static RFID_EVENT_TYPE |
TAG_READ_EVENT
Tag has arrived from Reader, Application can read it
|
static RFID_EVENT_TYPE |
TEMPERATURE_ALARM_EVENT
This is an Alarm Event generated when reader reaches temperature threshold level
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(int val) |
int |
getValue() |
java.lang.String |
toString() |
public static final RFID_EVENT_TYPE GPI_EVENT
public static final RFID_EVENT_TYPE TAG_READ_EVENT
public static final RFID_EVENT_TYPE BUFFER_FULL_WARNING_EVENT
public static final RFID_EVENT_TYPE ANTENNA_EVENT
public static final RFID_EVENT_TYPE INVENTORY_START_EVENT
public static final RFID_EVENT_TYPE INVENTORY_STOP_EVENT
public static final RFID_EVENT_TYPE ACCESS_START_EVENT
public static final RFID_EVENT_TYPE ACCESS_STOP_EVENT
public static final RFID_EVENT_TYPE DISCONNECTION_EVENT
public static final RFID_EVENT_TYPE BUFFER_FULL_EVENT
public static final RFID_EVENT_TYPE NXP_EAS_ALARM_EVENT
public static final RFID_EVENT_TYPE READER_EXCEPTION_EVENT
public static final RFID_EVENT_TYPE HANDHELD_TRIGGER_EVENT
public static final RFID_EVENT_TYPE DEBUG_INFO_EVENT
public static final RFID_EVENT_TYPE TEMPERATURE_ALARM_EVENT
public static final RFID_EVENT_TYPE RF_SURVEY_DATA_READ_EVENT
public static final RFID_EVENT_TYPE RF_SURVEY_START_EVENT
public static final RFID_EVENT_TYPE RF_SURVEY_STOP_EVENT
public static final RFID_EVENT_TYPE AUTONOMOUS_EVENT
public final int ordinal