Package com.caen.RFIDLibrary
Class CAENRFIDTagEventType
- java.lang.Object
-
- com.caen.RFIDLibrary.CAENRFIDTagEventType
-
@Deprecated public class CAENRFIDTagEventType extends Object
Deprecated.This class contains all the Event type of a tag- Version:
- CAENRFIDLibrary 5.0.0
- Author:
- Andrea Iavazzo (support@caenrfid.com) CAEN RFID Srl Computing Division
-
-
Field Summary
Fields Modifier and Type Field Description static CAENRFIDTagEventTypeTAG_GLIMPSEDDeprecated.The Glimsed eventstatic CAENRFIDTagEventTypeTAG_LOSTDeprecated.The Lost eventstatic CAENRFIDTagEventTypeTAG_OBSERVEDDeprecated.The Observed eventstatic CAENRFIDTagEventTypeTAG_UNKNOWNDeprecated.The unknown event
-
Constructor Summary
Constructors Constructor Description CAENRFIDTagEventType()Deprecated.Creates a new instance of CAENRFIDTagStatus
-
-
-
Field Detail
-
TAG_GLIMPSED
public static final CAENRFIDTagEventType TAG_GLIMPSED
Deprecated.The Glimsed event
-
TAG_OBSERVED
public static final CAENRFIDTagEventType TAG_OBSERVED
Deprecated.The Observed event
-
TAG_LOST
public static final CAENRFIDTagEventType TAG_LOST
Deprecated.The Lost event
-
TAG_UNKNOWN
public static final CAENRFIDTagEventType TAG_UNKNOWN
Deprecated.The unknown event
-
-