Package com.caen.RFIDLibrary
Class CAENRFIDProtocol
- java.lang.Object
-
- com.caen.RFIDLibrary.CAENRFIDProtocol
-
public final class CAENRFIDProtocol extends Object
This class specifies all the air protocol supported by the CAENRFID Reader- 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 CAENRFIDProtocolCAENRFID_EPC_C1G1The EPC Class1 Generation1 air protocolstatic CAENRFIDProtocolCAENRFID_EPC_C1G2The EPC Class2 Generation1 air protocolstatic CAENRFIDProtocolCAENRFID_EPC119The EPC 119 air protocolstatic CAENRFIDProtocolCAENRFID_ISO18000_6aThe ISO18000_6b air protocolstatic CAENRFIDProtocolCAENRFID_ISO18000_6bThe ISO18000_6b air protocolstatic CAENRFIDProtocolCAENRFID_KEEP_ALIVE(NON STANDARD PROTOCOL) It's a marker for a keep alive's fake tag, when inventory has KEEP_ALIVE flag set.static CAENRFIDProtocolCAENRFID_MULTYPROTOCOLThe All Reader's air protocols
-
-
-
Field Detail
-
CAENRFID_ISO18000_6b
public static final CAENRFIDProtocol CAENRFID_ISO18000_6b
The ISO18000_6b air protocol
-
CAENRFID_EPC119
public static final CAENRFIDProtocol CAENRFID_EPC119
The EPC 119 air protocol
-
CAENRFID_EPC_C1G1
public static final CAENRFIDProtocol CAENRFID_EPC_C1G1
The EPC Class1 Generation1 air protocol
-
CAENRFID_ISO18000_6a
public static final CAENRFIDProtocol CAENRFID_ISO18000_6a
The ISO18000_6b air protocol
-
CAENRFID_KEEP_ALIVE
public static final CAENRFIDProtocol CAENRFID_KEEP_ALIVE
(NON STANDARD PROTOCOL) It's a marker for a keep alive's fake tag, when inventory has KEEP_ALIVE flag set.
-
CAENRFID_EPC_C1G2
public static final CAENRFIDProtocol CAENRFID_EPC_C1G2
The EPC Class2 Generation1 air protocol
-
CAENRFID_MULTYPROTOCOL
public static final CAENRFIDProtocol CAENRFID_MULTYPROTOCOL
The All Reader's air protocols
-
-