Uses of Class
com.caen.RFIDLibrary.CAENRFIDProtocol

Packages that use CAENRFIDProtocol
com.caen.RFIDLibrary   
 

Uses of CAENRFIDProtocol in com.caen.RFIDLibrary
 

Fields in com.caen.RFIDLibrary declared as CAENRFIDProtocol
static CAENRFIDProtocol CAENRFIDProtocol.CAENRFID_EPC_C1G1
          The EPC Class1 Generation1 air protocol
static CAENRFIDProtocol CAENRFIDProtocol.CAENRFID_EPC_C1G2
          The EPC Class2 Generation1 air protocol
static CAENRFIDProtocol CAENRFIDProtocol.CAENRFID_EPC119
          The EPC 119 air protocol
static CAENRFIDProtocol CAENRFIDProtocol.CAENRFID_ISO18000_6a
          The ISO18000_6b air protocol
static CAENRFIDProtocol CAENRFIDProtocol.CAENRFID_ISO18000_6b
          The ISO18000_6b air protocol
static CAENRFIDProtocol CAENRFIDProtocol.CAENRFID_MULTYPROTOCOL
          The All Reader's air protocols
 

Methods in com.caen.RFIDLibrary that return CAENRFIDProtocol
 CAENRFIDProtocol CAENRFIDReader.GetProtocol()
          Get the current air protocol of the Reader
 CAENRFIDProtocol CAENRFIDNotify.getTagType()
          Get the Type of the Tag's ID
 CAENRFIDProtocol CAENRFIDTag.GetType()
          Get the type of the protocol
 

Methods in com.caen.RFIDLibrary with parameters of type CAENRFIDProtocol
 void CAENRFIDReader.SetProtocol(CAENRFIDProtocol Protocol)
          Set the air protocol of the Reader
 

Constructors in com.caen.RFIDLibrary with parameters of type CAENRFIDProtocol
CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St)
           
CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts)
           
CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, java.lang.String antenna)
           
CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, byte[] tTID, byte[] tXPC, java.lang.String antenna)
           
CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, byte[] tTID, java.lang.String antenna)
           
CAENRFIDNotify(byte[] id, java.lang.String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, java.util.Date ts, short rssi, java.lang.String antenna)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, java.util.Date timestamp)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, java.util.Date time)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, java.util.Date time)
           
CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint, short rssi, byte[] tTID, java.util.Date time)