Enum DISCONNECTION_EVENT_TYPE
DISCONNECTION_EVENT_TYPE: Event indicating the reason for Disconnection
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public enum DISCONNECTION_EVENT_TYPE
Fields
| Name | Description |
|---|---|
| CONNECTION_LOST | Connection to Reader lost, say because of a network problem. If the connection to the reader was inactive (no keep-alive message from the Reader) for a time greater than 10 times the timeout as specified in RFID_Connect, this event will be triggered to the application. |
| READER_EXCEPTION | Reader has reported an exception. |
| READER_INITIATED_DISCONNECTION | Disconnection notified from Reader (For e.g. Disconnect initiated from the web-console). |