Package com.zebra.rfid.api3
Class DISCONNECTION_EVENT_TYPE
- java.lang.Object
-
- com.zebra.rfid.api3.DISCONNECTION_EVENT_TYPE
-
public class DISCONNECTION_EVENT_TYPE extends java.lang.ObjectDISCONNECTION_EVENT_TYPE: Event indicating the reason for Disconnection
-
-
Field Summary
Fields Modifier and Type Field Description static DISCONNECTION_EVENT_TYPECONNECTION_LOSTConnection to Reader lost, say because of a network problem.intordinalstatic DISCONNECTION_EVENT_TYPEREADER_EXCEPTIONReader has reported an exception.static DISCONNECTION_EVENT_TYPEREADER_INITIATED_DISCONNECTIONDisconnection notified from Reader (For e.g.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(int val)static DISCONNECTION_EVENT_TYPEGetDisconnectionEventTypeValue(int value)intgetValue()java.lang.StringtoString()
-
-
-
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).
-
READER_EXCEPTION
public static final DISCONNECTION_EVENT_TYPE READER_EXCEPTION
Reader has reported an exception.
-
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
-
GetDisconnectionEventTypeValue
public static DISCONNECTION_EVENT_TYPE GetDisconnectionEventTypeValue(int value)
-
equals
public boolean equals(int val)
-
getValue
public int getValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-