Uses of Class
com.caen.RFIDLibrary.CAENRFIDException

Uses of CAENRFIDException in com.caen.RFIDLibrary
 

Methods in com.caen.RFIDLibrary that throw CAENRFIDException
 void CAENRFIDReader._SetRFOnOff(short OnOff)
          Deprecated. For debugging purpose only.
 void CAENRFIDLogicalSource.AddReadPoint(java.lang.String ReadPoint)
          Add a ReadPoint to the Source
 void CAENRFIDChannel.AddSource(CAENRFIDLogicalSource source)
          Deprecated. Add a Source to the Channel
 void CAENRFIDChannel.AddTrigger(CAENRFIDTrigger trigger)
          Deprecated. Add a notify Trigger to Channel.
 void CAENRFIDLogicalSource.AddTrigger(CAENRFIDTrigger trigger)
          Deprecated. 
 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.
 void CAENRFIDReader.Connect(CAENRFIDPort ConType, java.lang.String Address)
          Start the communication with the CAEN RFID Reader.
 CAENRFIDChannel CAENRFIDReader.CreateChannel(java.lang.String Name, CAENRFIDChannelReservedType Type, int MaxBuffer)
          Create a Channel object inside the Reader.
 CAENRFIDChannel CAENRFIDReader.CreateChannel(java.lang.String Name, java.lang.String host, int port)
          Deprecated. 
 CAENRFIDTrigger CAENRFIDReader.CreateTrigger(java.lang.String Name, int timer)
          Deprecated. 
 CAENRFIDTrigger CAENRFIDReader.CreateTrigger(java.lang.String Name, int IOLine, int timer)
          Create a Trigger object inside the Reader.
 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.
 void CAENRFIDReader.Disconnect()
          Close the connection with the CAEN RFID Reader releasing all the allocated resources
 boolean CAENRFIDLogicalSource.EventInventoryTag(byte[] Mask, short MaskLength, short Position, short Flag)
          A call to this method will start a sequence of read cycle on each read point linked to the logical source.
 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 CAENRFIDReader.FWUpgradeTFTP(java.lang.String server, java.lang.String filename)
          Deprecated. 
 CAENRFIDChannel[] CAENRFIDReader.GetAllocatedChannels()
          Deprecated. 
 CAENRFIDTrigger[] CAENRFIDReader.GetAllocatedTriggers()
          Deprecated. 
 CAENRFIDBitRate CAENRFIDReader.GetBitRate()
          Get the current setting of RF BitRate.
 CAENRFIDTag[] CAENRFIDLogicalSource.GetBufferedData()
          The function returns all the Tags stored in reader's memory using all the ReadPoints belonging to the Source.
 CAENRFIDNotify[] CAENRFIDReader.GetChannelData(CAENRFIDChannel Channel)
          Deprecated. 
 boolean CAENRFIDChannel.GetChannelStatus()
          Deprecated.  
 CAENRFIDChannelReservedType CAENRFIDChannel.GetChannelType()
          Deprecated. Return an CAENRFIDChannelReservedType object representing the type of the ReservedChannel
 CAENRFIDLogicalSourceConstants CAENRFIDLogicalSource.GetDESB_ISO180006B()
          Get the current DESB value for the C1G2 Protocol of the Source
 CAENRFIDEventMode CAENRFIDReader.GetEventMode()
          Deprecated. 
 java.lang.String CAENRFIDReader.GetFirmwareRelease()
          Permits to read the firmware release loaded into the device.
 int CAENRFIDReader.GetIO()
          Get the current digital Input and Output lines value.
 int CAENRFIDReader.GetIODirection()
          Get the current digital Input and Output direction lines value.
 int CAENRFIDTrigger.GetIOLineValue()
          Deprecated. Get the I/O line that fire the Trigger
 short CAENRFIDReader.GetLBTMode()
          Gets the LBT mode
 int CAENRFIDLogicalSource.GetLostThreshold()
          Deprecated. 
 java.lang.String CAENRFIDChannel.GetName()
          Deprecated. Get the name of the CAENRFIDChannel.
 java.lang.String CAENRFIDTrigger.GetName()
          Deprecated. Get the name of the Trigger
 int CAENRFIDLogicalSource.GetObservedThreshold()
          Deprecated. 
 int CAENRFIDReader.GetPower()
          Get the current setting of RF power.
 CAENRFIDProtocol CAENRFIDReader.GetProtocol()
          Get the current air protocol of the Reader
 int CAENRFIDLogicalSource.GetQ_EPC_C1G2()
          Get the current Q Value for the C1G2 Protocol of the Source
 int CAENRFIDLogicalSource.GetReadCycle()
          Get the ReadCycle number of the Source
 CAENRFIDReaderInfo CAENRFIDReader.GetReaderInfo()
          Permits to read the ReaderInfo loaded into the device.
 java.lang.String CAENRFIDTag.GetReadPoint()
          Get the ReadPoint that has detected the tag
 CAENRFIDReadPointStatus CAENRFIDReader.GetReadPointStatus(java.lang.String ReadPoint)
          Get the CAENRFIDReadPointStatus object rapresenting the status of a ReadPoint.
 short CAENRFIDReader.GetRFChannel()
          Gets the RF Channel
 CAENRFIDRFRegulations CAENRFIDReader.GetRFRegulation()
          Gets RF regulation value
 CAENRFIDLogicalSourceConstants CAENRFIDLogicalSource.GetSelected_EPC_C1G2()
          Get the current Selected value for the C1G2 Protocol of the Source
 CAENRFIDLogicalSourceConstants CAENRFIDLogicalSource.GetSession_EPC_C1G2()
          Get the current Section value for the C1G2 Protocol of the Source
 CAENRFIDLogicalSource CAENRFIDReader.GetSource(java.lang.String Source)
          Get a Source object
 CAENRFIDLogicalSourceConstants CAENRFIDLogicalSource.GetTarget_EPC_C1G2()
          Get the current Target value for the C1G2 Protocol of the Source
 int CAENRFIDTrigger.GetTimerValue()
          Deprecated. Get the Timer of the Trigger
 CAENRFIDTag CAENRFIDLogicalSource.GroupSelUnsel(CAENRFIDSelUnselOptions Code, short Address, short BitMask, byte[] Data)
          Send a Group SelectUnselect command to the reader
 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
 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.
 boolean CAENRFIDTrigger.IsLinkedToChannel(CAENRFIDChannel Channel)
          Deprecated. Check if the Trigger has been added to a Channel
 boolean CAENRFIDTrigger.IsLinkedToSource(CAENRFIDLogicalSource Source)
          Deprecated. Check if the Trigger has been added to a Source
 boolean CAENRFIDLogicalSource.isReadPointPresent(java.lang.String ReadPoint)
          Check if a ReadPoint is present in the Source
 boolean CAENRFIDChannel.IsSourcePresent(CAENRFIDLogicalSource Source)
          Deprecated. Check if a Source is in the Channel
 boolean CAENRFIDChannel.IsTriggerPresent(CAENRFIDTrigger Trigger)
          Deprecated. Check if a Trigger is in the Channel
 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.KillTag_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, 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_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, int Payload)
          Lock a EPC C1G2 Tag's memory in Secure Mode.
 void CAENRFIDLogicalSource.LockTag_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, 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()
          Sends the NXP EAS Alarm 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
 boolean CAENRFIDLogicalSource.Query_EPC_C1G2()
          Query for detect a EPC C1G2 Tag.
 byte[] CAENRFIDLogicalSource.QueryAck_EPC_C1G2()
          Query for detect the single Tag under the RF field.
 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_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length)
          Read EPC C1G2 Tag's memory
 byte[] CAENRFIDLogicalSource.ReadTagData_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length, int AccessPassword)
          Read EPC C1G2 Tag's memory
 byte[] CAENRFIDLogicalSource.ReadTagData(CAENRFIDTag Tag, short Address, short Length)
          Read Tag's memory (only ISO18000_6b)
 void CAENRFIDReader.RemoveChannel(CAENRFIDChannel Channel)
          Deprecated. 
 void CAENRFIDLogicalSource.RemoveReadPoint(java.lang.String ReadPoint)
          Remove the a ReadPoint from the Source
 void CAENRFIDChannel.RemoveSource(CAENRFIDLogicalSource source)
          Deprecated. Remove the Source from the Channel
 void CAENRFIDChannel.RemoveTrigger(CAENRFIDTrigger trigger)
          Deprecated. Remove a notify Trigger from the Channel
 void CAENRFIDLogicalSource.RemoveTrigger(CAENRFIDTrigger trigger)
          Deprecated. 
 void CAENRFIDReader.RemoveTrigger(CAENRFIDTrigger Trigger)
          Deprecated. 
 void CAENRFIDLogicalSource.ResetSession_EPC_C1G2()
          Reset the Session for the EPC C1G2 Tags.
 void CAENRFIDReader.SetAdminPassword(int AdminPassword)
          Set the admin password for the reader(A528 only).
 void CAENRFIDReader.SetBitRate(CAENRFIDBitRate BitRate)
          Set the RF BitRate to use.
 void CAENRFIDReader.SetDateTime(java.lang.String DateTime)
          Set the Date/Time of the Reader
 void CAENRFIDLogicalSource.SetDESB_ISO180006B(CAENRFIDLogicalSourceConstants Value)
          Set the DESB value for the ISO180006_B Protocol of the Source
 void CAENRFIDReader.SetEventMode(CAENRFIDEventMode EventMode)
          Deprecated. 
 void CAENRFIDReader.SetIO(int IOValue)
          Set the Output lines value
 void CAENRFIDReader.SetIODIRECTION(int IODirection)
          Set the Output lines direction
 void CAENRFIDReader.SetLBTMode(short LBTMode)
          Sets/Resets the LBT mode
 void CAENRFIDLogicalSource.SetLostThreshold(int Value)
          Deprecated. 
 void CAENRFIDReader.SetNetwork(java.lang.String IPAddress, java.lang.String NetMask, java.lang.String Gateway)
          Set the TCP/IP configuration of the Reader.
 void CAENRFIDLogicalSource.SetObservedThreshold(int Value)
          Deprecated. 
 void CAENRFIDReader.SetPower(int power)
          Set the RF power of the Reader.
 void CAENRFIDReader.SetProtocol(CAENRFIDProtocol Protocol)
          Set the air protocol of the Reader
 void CAENRFIDLogicalSource.SetQ_EPC_C1G2(int Value)
          Set the Q value for the C1G2 Protocol of the Source
 void CAENRFIDLogicalSource.SetReadCycle(int Value)
          Set the number of ReadCycle of the Source
 void CAENRFIDReader.SetReaderOPtions(short option)
          Deprecated. 
 void CAENRFIDReader.SetRFChannel(short Channel)
          Sets the RF Channel
 void CAENRFIDReader.SetRFRegulation(CAENRFIDRFRegulations RFRegulation)
          Sets the RF regulation value
 void CAENRFIDReader.SetRS232(int baud, int datab, int stopb, CAENRFIDRS232Constants parity, CAENRFIDRS232Constants flowc)
          Set the RS232 port of the Reader.
 void CAENRFIDLogicalSource.SetSelected_EPC_C1G2(CAENRFIDLogicalSourceConstants Value)
          Set the Selected value for the C1G2 Protocol of the Source
 void CAENRFIDLogicalSource.SetSession_EPC_C1G2(CAENRFIDLogicalSourceConstants Value)
          Set the Section value for the C1G2 Protocol of the Source
 void CAENRFIDLogicalSource.SetTarget_EPC_C1G2(CAENRFIDLogicalSourceConstants Value)
          Set the Target value for the C1G2 Protocol of the Source
 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_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length, byte[] Data)
          Write EPC C1G2 Tag's memory
 void CAENRFIDLogicalSource.WriteTagData_EPC_C1G2(short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length, byte[] Data, int AccessPassword)
          Write EPC C1G2 Tag's memory
 void CAENRFIDLogicalSource.WriteTagData(CAENRFIDTag Tag, short Address, short Length, byte[] Data)
          Write into the Tag's memory (only ISO18000_6b)
 

Constructors in com.caen.RFIDLibrary that throw CAENRFIDException
CAENRFIDTag(byte[] Id, short length, CAENRFIDLogicalSource Source)
          Creates a new instance of CAENRFIDTag
CAENRFIDTag(byte[] Id, short length, CAENRFIDLogicalSource Source, java.lang.String ReadPoint)
          Creates a new instance of CAENRFIDTag