Uses of Class
com.caen.RFIDLibrary.CAENRFIDProtocol
-
Packages that use CAENRFIDProtocol Package Description com.caen.RFIDLibrary -
-
Uses of CAENRFIDProtocol in com.caen.RFIDLibrary
Fields in com.caen.RFIDLibrary declared as CAENRFIDProtocol Modifier and Type Field Description static CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_EPC_C1G1The EPC Class1 Generation1 air protocolstatic CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_EPC_C1G2The EPC Class2 Generation1 air protocolstatic CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_EPC119The EPC 119 air protocolstatic CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_ISO18000_6aThe ISO18000_6b air protocolstatic CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_ISO18000_6bThe ISO18000_6b air protocolstatic CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_KEEP_ALIVE(NON STANDARD PROTOCOL) It's a marker for a keep alive's fake tag, when inventory has KEEP_ALIVE flag set.static CAENRFIDProtocolCAENRFIDProtocol. CAENRFID_MULTYPROTOCOLThe All Reader's air protocolsMethods in com.caen.RFIDLibrary that return CAENRFIDProtocol Modifier and Type Method Description CAENRFIDProtocolCAENRFIDReader. GetProtocol()Get the current air protocol of the ReaderCAENRFIDProtocolCAENRFIDNotify. getTagType()Get the Type of the Tag's IDCAENRFIDProtocolCAENRFIDTag. GetType()Get the type of the protocolMethods in com.caen.RFIDLibrary with parameters of type CAENRFIDProtocol Modifier and Type Method Description voidCAENRFIDReader. SetProtocol(CAENRFIDProtocol Protocol)Set the air protocol of the ReaderConstructors in com.caen.RFIDLibrary with parameters of type CAENRFIDProtocol Constructor Description CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, byte[] phase, int frequency, String antenna)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, byte[] phase, int frequency, String antenna, short subCommand, short subCommandResult, byte[] subCommandData)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, float phaseB, float phaseE, long frequency, String antenna)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, float phaseB, float phaseE, long frequency, String antenna, short subCommand, short subCommandResult, byte[] subCommandData)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, String antenna)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, String antenna, short subCommand, short subCommandResult, byte[] subCommandData)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, byte[] tXPC, String antenna)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, byte[] tTID, String antenna)CAENRFIDNotify(byte[] id, String LS, short len, CAENRFIDProtocol type, CAENRFIDTagEventType St, Date ts, short rssi, String antenna)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, byte[] phase, int frequency, Date time)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, byte[] phase, int frequency, Date time, short subCommand, short subCommandResult, byte[] subCommandData)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, Date time)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, byte[] tPC, Date time, short subCommand, short subCommandResult, byte[] subCommandData)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID, byte[] tXPC, Date time)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, short rssi, byte[] tTID, Date time)CAENRFIDTag(byte[] Id, CAENRFIDProtocol type, short length, CAENRFIDLogicalSource Source, String ReadPoint, Date timestamp)
-