Uses of Class
com.caen.RFIDLibrary.CAENRFIDTag

Uses of CAENRFIDTag in com.caen.RFIDLibrary
 

Methods in com.caen.RFIDLibrary that return CAENRFIDTag
 CAENRFIDTag[] CAENRFIDLogicalSource.GetBufferedData()
          The function returns all the Tags stored in reader's memory using all the ReadPoints belonging to the Source.
 CAENRFIDTag CAENRFIDLogicalSource.GroupSelUnsel(CAENRFIDSelUnselOptions Code, short Address, short BitMask, byte[] Data)
          Send a Group SelectUnselect command to the reader
 CAENRFIDTag[] CAENRFIDLogicalSource.Inventory()
          Deprecated. As of CAENRFIDLibrary version 2.1, replaced by InventoryTag.
 CAENRFIDTag[] CAENRFIDLogicalSource.InventoryTag()
          The function returns all the Tags under the reader field using all the ReadPoints belonging to the Source.
 CAENRFIDTag[] CAENRFIDLogicalSource.InventoryTag(byte[] Mask, short MaskLength, short Position)
          The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source.
 CAENRFIDTag[] CAENRFIDLogicalSource.InventoryTag(byte[] Mask, short MaskLength, short Position, short Flag)
          The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source.
 CAENRFIDTag[] CAENRFIDLogicalSource.InventoryTag(short bank, byte[] Mask, short MaskLength, short Position)
          The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source.
 CAENRFIDTag[] CAENRFIDLogicalSource.InventoryTag(short bank, byte[] Mask, short MaskLength, short Position, short Flag)
          The function returns all the Tags under the reader field that match to a specified mask, using all the ReadPoints belonging to the Source.
 

Methods in com.caen.RFIDLibrary with parameters of type CAENRFIDTag
 void CAENRFIDLogicalSource.BlockWriteTagData(CAENRFIDTag Tag, short Address, short Length, byte[] Data)
          Write into the Tag's memory (for byte at a time) (only ISO18000_6b) This method doesen't work with semi-pasive tags.
 void CAENRFIDLogicalSource.BlockWriteTagData(CAENRFIDTag Tag, short Address, short mask, short Length, byte[] Data)
          Write into the Tag's memory (for byte at a time) (only ISO18000_6b) This method doesen't work with semi-pasive tags.
 byte[] CAENRFIDLogicalSource.CustomCommand_EPC_C1G2(CAENRFIDTag Tag, byte SubCmd, short TXLen, byte[] Data, short RXLen)
          Sends an EPC C1G2 Custom Command
 byte[] CAENRFIDLogicalSource.CustomCommand_EPC_C1G2(CAENRFIDTag Tag, byte SubCmd, short TXLen, byte[] Data, short RXLen, int AccessPassword)
          Sends an EPC C1G2 Custom Command in Secure Mode.
 byte CAENRFIDLogicalSource.Fujitsu_BurstErase(CAENRFIDTag Tag, byte MemBank, short Address, byte Length)
          Sends the Fujitsu BurstErase custom command
 byte CAENRFIDLogicalSource.Fujitsu_BurstErase(CAENRFIDTag Tag, byte MemBank, short Address, byte Length, int AccessPassword)
          Sends the Fujitsu BurstErase custom command
 byte CAENRFIDLogicalSource.Fujitsu_BurstWrite(CAENRFIDTag Tag, byte MemBank, short Address, byte Length, byte[] data)
          Sends the Fujitsu BurstWrite custom command
 byte CAENRFIDLogicalSource.Fujitsu_BurstWrite(CAENRFIDTag Tag, byte MemBank, short Address, byte Length, byte[] Data, int AccessPassword)
          Sends the Fujitsu BurstWrite custom command
 void CAENRFIDLogicalSource.Fujitsu_ChgBlockGroupPassword(CAENRFIDTag Tag, byte BlockGroupPtr, int NewPassword, int OldPassword)
          Sends the Fujitsu ChgBlockGroupPassword custom command
 void CAENRFIDLogicalSource.Fujitsu_ChgBlockGroupPassword(CAENRFIDTag Tag, byte BlockGroupPtr, int NewPassword, int OldPassword, int AccessPassword)
          Sends the Fujitsu ChgBlockGroupPassword custom command
 void CAENRFIDLogicalSource.Fujitsu_ChgBlockLock(CAENRFIDTag Tag, byte BlockGroupPtr, int Payload, int UserPassword)
          Sends the Fujitsu ChgBlockLock custom command
 void CAENRFIDLogicalSource.Fujitsu_ChgBlockLock(CAENRFIDTag Tag, byte BlockGroupPtr, int Payload, int UserPassword, int AccessPassword)
          Sends the Fujitsu ChgBlockLock custom command
 void CAENRFIDLogicalSource.Fujitsu_ChgWordLock(CAENRFIDTag Tag, byte MemBank, short WordPtr, byte Payload, int UserPassword)
          Sends the Fujitsu ChgWordLock custom command
 void CAENRFIDLogicalSource.Fujitsu_ChgWordLock(CAENRFIDTag Tag, byte MemBank, short WordPtr, byte Payload, int UserPassword, int AccessPassword)
          Sends the Fujitsu ChgWordLock custom command
 byte[] CAENRFIDLogicalSource.Fujitsu_ReadBlockLock(CAENRFIDTag Tag, byte BlockGroupPtr)
          Sends the Fujitsu ReadBlockLock custom command
 byte[] CAENRFIDLogicalSource.Fujitsu_ReadBlockLock(CAENRFIDTag Tag, byte BlockGroupPtr, int AccessPassword)
          Sends the Fujitsu ReadBlockLock custom command
 void CAENRFIDLogicalSource.Fujitsu_Refresh(CAENRFIDTag Tag, byte option)
          Sends the Fujitsu Refresh custom command
 void CAENRFIDLogicalSource.Fujitsu_Refresh(CAENRFIDTag Tag, byte Option, int AccessPassword)
          Sends the Fujitsu Refresh custom command
 void CAENRFIDLogicalSource.Hitachi_BlockLock(CAENRFIDTag Tag, byte BlockNum, int UserPassword, byte PayLoad)
          Sends the Hitachi BlockLock custom command
 void CAENRFIDLogicalSource.Hitachi_BlockLock(CAENRFIDTag Tag, byte BlockNum, int UserPassword, byte PayLoad, int AccessPassword)
          Sends the Hitachi BlockLock custom command
 void CAENRFIDLogicalSource.Hitachi_BlockReadLock(CAENRFIDTag Tag, byte BlockNum, int UserPassword, byte PayLoad)
          Sends the Hitachi BlockReadLock custom command
 void CAENRFIDLogicalSource.Hitachi_BlockReadLock(CAENRFIDTag Tag, byte BlockNum, int UserPassword, byte PayLoad, int AccessPassword)
          Sends the Hitachi BlockReadLock custom command
 HitachiSysInfo CAENRFIDLogicalSource.Hitachi_GetSystemInfo(CAENRFIDTag Tag)
          Deprecated. 
 HitachiSysInfo CAENRFIDLogicalSource.Hitachi_GetSystemInfo(CAENRFIDTag Tag, int AccessPassword)
          Sends the Hitachi GetSystemInfo custom command
 void CAENRFIDLogicalSource.Hitachi_ReadLock(CAENRFIDTag Tag, short Payload)
          Sends the Hitachi ReadLock custom command
 void CAENRFIDLogicalSource.Hitachi_ReadLock(CAENRFIDTag Tag, short Payload, int AccessPassword)
          Sends the Hitachi ReadLock custom command
 void CAENRFIDLogicalSource.Hitachi_SetAttenuate(CAENRFIDTag Tag, byte Level, boolean LevelLock)
          Sends the Hitachi SetAttenuate custom command
 void CAENRFIDLogicalSource.Hitachi_SetAttenuate(CAENRFIDTag Tag, byte Level, boolean LevelLock, int AccessPassword)
          Sends the Hitachi SetAttenuate custom command
 void CAENRFIDLogicalSource.Hitachi_WriteMultipleWords(CAENRFIDTag Tag, short MemBank, short Address, byte Length, byte[] Data)
          Sends the Hitachi WriteMultipleWord custom command
 void CAENRFIDLogicalSource.Hitachi_WriteMultipleWords(CAENRFIDTag Tag, short MemBank, short WordPtr, byte WordCount, byte[] MaskData, int AccessPassword)
          Sends the Hitachi WriteMultipleWord custom command
 void CAENRFIDLogicalSource.KillTag_EPC_C1G1(CAENRFIDTag Tag, short Password)
          Kill the EPC_C1G1 Tag.
 void CAENRFIDLogicalSource.KillTag_EPC_C1G2(CAENRFIDTag Tag, int Password)
          Kill the EPC_C1G2 Tag.
 void CAENRFIDLogicalSource.LockBlockPermalock_EPC_C1G2(CAENRFIDTag Tag, short MemBank, short BlockPtr, short BlockRange, byte[] Mask, int AccessPassword)
          This method implements the BlockPermalock with ReadLock=1 as specified in EPC C1G2 rev. 1.2.0 protocol.
 void CAENRFIDLogicalSource.LockTag_EPC_C1G2(CAENRFIDTag Tag, int Payload)
          Lock a EPC C1G2 Tag's memory.
 void CAENRFIDLogicalSource.LockTag_EPC_C1G2(CAENRFIDTag Tag, int Payload, int AccessPassword)
          Lock a EPC C1G2 Tag's memory in Secure Mode.
 void CAENRFIDLogicalSource.LockTag_ISO180006B(CAENRFIDTag Tag, short Address)
          Lock a EPC C1G1 Tag's memory.
 void CAENRFIDLogicalSource.NXP_Calibrate(CAENRFIDTag Tag)
          Deprecated. 
 void CAENRFIDLogicalSource.NXP_Calibrate(CAENRFIDTag Tag, int AccessPassword)
          Sends the NXP Calibrate custom command
 void CAENRFIDLogicalSource.NXP_ChangeConfig(CAENRFIDTag Tag, short ConfigWord)
          This method can be used to issue a NXP_ChangeConfig custom command as defined in the NXP UCODE G2iM and G2iM+ datasheet.
 void CAENRFIDLogicalSource.NXP_ChangeConfig(CAENRFIDTag Tag, short ConfigWord, int Password)
          This method can be used to issue a NXP_ChangeConfig custom command as defined in the NXP UCODE G2iM and G2iM+ datasheet.
 void CAENRFIDLogicalSource.NXP_ChangeEAS(CAENRFIDTag Tag, boolean EAS)
          Deprecated. 
 void CAENRFIDLogicalSource.NXP_ChangeEAS(CAENRFIDTag Tag, boolean EAS, int AccessPassword)
          Sends the NXP Change EAS custom command
 byte[] CAENRFIDLogicalSource.NXP_EAS_Alarm(CAENRFIDTag Tag, int AccessPassword)
          Deprecated. 
 void CAENRFIDLogicalSource.NXP_ReadProtect(CAENRFIDTag Tag)
          Sends the NXP Calibrate custom command
 void CAENRFIDLogicalSource.NXP_ReadProtect(CAENRFIDTag Tag, int AccessPassword)
          Sends the NXP ReadProtect custom command
 void CAENRFIDLogicalSource.NXP_ResetReadProtect(CAENRFIDTag Tag, int Password)
          Deprecated. 
 void CAENRFIDLogicalSource.NXP_ResetReadProtect(CAENRFIDTag Tag, int Password, int AccessPassword)
          Sends the NXP ResetReadProtect custom command
 void CAENRFIDLogicalSource.ProgramID_EPC_C1G1(CAENRFIDTag Tag, short Password, boolean Lock)
          Write the ID into the EPC_C1G1 Tag
 void CAENRFIDLogicalSource.ProgramID_EPC_C1G2(CAENRFIDTag Tag, short NSI)
          Write the ID into the EPC_C1G2 Tag
 void CAENRFIDLogicalSource.ProgramID_EPC_C1G2(CAENRFIDTag Tag, short NSI, int AccessPassword)
          Write the ID into the EPC_C1G2 Tag in Secure Mode
 void CAENRFIDLogicalSource.ProgramID_EPC119(CAENRFIDTag Tag, byte[] NewID)
          Write the ID into the EPC_1.19 Tag
 byte[] CAENRFIDLogicalSource.ReadBlockPermalock_EPC_C1G2(CAENRFIDTag Tag, short MemBank, short BlockPtr, short BlockRange, int AccessPassword)
          This method implements the BlockPermalock with ReadLock=0 as specified in EPC C1G2 rev. 1.2.0 protocol.
 byte[] CAENRFIDLogicalSource.ReadTagData_EPC_C1G2(CAENRFIDTag Tag, short MemBank, short Address, short Length)
          Read EPC C1G2 Tag's memory
 byte[] CAENRFIDLogicalSource.ReadTagData_EPC_C1G2(CAENRFIDTag Tag, short MemBank, short Address, short Length, int AccessPassword)
          Read EPC C1G2 Tag's memory in Secure Mode
 byte[] CAENRFIDLogicalSource.ReadTagData(CAENRFIDTag Tag, short Address, short Length)
          Read Tag's memory (only ISO18000_6b)
 void CAENRFIDLogicalSource.WriteTagData_EPC_C1G2(CAENRFIDTag Tag, short MemBank, short Address, short Length, byte[] Data)
          Write into the EPC C1G2 Tag's memory
 void CAENRFIDLogicalSource.WriteTagData_EPC_C1G2(CAENRFIDTag Tag, short MemBank, short Address, short Length, byte[] Data, int AccessPassword)
          Write into the EPC C1G2 Tag's memory in Secure Mode
 void CAENRFIDLogicalSource.WriteTagData(CAENRFIDTag Tag, short Address, short Length, byte[] Data)
          Write into the Tag's memory (only ISO18000_6b)