Enum Events.STATUS_EVENT_TYPE
Specifies the Event type supported
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public enum STATUS_EVENT_TYPE
Fields
| Name | Description |
|---|---|
| ACCESS_START_EVENT | Access Operation has started. |
| ACCESS_STOP_EVENT | Access Operation has stopped. |
| ANTENNA_EVENT | A particular Antenna has been Connected/Disconnected. |
| BUFFER_FULL_EVENT | When the internal buffers are 100% full, this event will be signaled and further tags are discarded. |
| BUFFER_FULL_WARNING_EVENT | When the internal buffers are 90% full, this event will be signaled. |
| DEBUG_INFO_EVENT | This Event is generated when Reader sends a debug information |
| DISCONNECTION_EVENT | Event notifying disconnection from the Reader. |
| GPI_EVENT | A GPI event (state change from high to low, or low to high) has occurred on a GPI port. |
| HANDHELD_TRIGGER_EVENT | A Handheld Gun/Button event Pull/Release has occurred. |
| INVENTORY_START_EVENT | Inventory Operation has started. In case of periodic trigger this event will be triggered for each period. |
| INVENTORY_STOP_EVENT | Inventory Operation has stopped. In case of periodic trigger this event will be triggered for each period. |
| NXP_EAS_ALARM_EVENT | Event Notifying the presence of NXP tag with EAS bit set |
| READER_EXCEPTION_EVENT | Event notifying that an exception has occured in the Reader. The Application can continue to use the connection if the reader renders is usable. |
| RFSURVEY_START_EVENT | RFSurvey Operation has started. In case of periodic trigger this event will be triggered for each period. |
| RFSURVEY_STOP_EVENT | RFSurvey Operation has stopped. In case of periodic trigger this event will be triggered for each period. |
| TEMPERATURE_ALARM_EVENT | This is an Alarm Event generated when reader reaches temperature threshold level |