Class DISCONNECTION_EVENT_TYPE


  • public class DISCONNECTION_EVENT_TYPE
    extends java.lang.Object
    DISCONNECTION_EVENT_TYPE: Event indicating the reason for Disconnection
    • Field Detail

      • READER_INITIATED_DISCONNECTION

        public static final DISCONNECTION_EVENT_TYPE READER_INITIATED_DISCONNECTION
        Disconnection notified from Reader (For e.g. Disconnect initiated from the web-console).
      • CONNECTION_LOST

        public static final DISCONNECTION_EVENT_TYPE 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.
      • ordinal

        public final int ordinal
    • Method Detail

      • equals

        public boolean equals​(int val)
      • getValue

        public int getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object