Uses of Class
com.caen.RFIDLibrary.CAENRFIDException

Packages that use CAENRFIDException
com.caen.RFIDLibrary   
com.caen.TCPPort   
 

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.
protected  void CAENRFIDReader.AddNotifyTrigger(java.lang.String Channel, java.lang.String Trigger)
           
 void CAENRFIDLogicalSource.AddReadPoint(java.lang.String ReadPoint)
          Add a ReadPoint to the Source
protected  void CAENRFIDReader.AddReadPoint(java.lang.String Source, java.lang.String Antenna)
           
protected  void CAENRFIDReader.AddReadTrigger(java.lang.String Source, java.lang.String Trigger)
           
 void CAENRFIDChannel.AddSource(CAENRFIDLogicalSource source)
          Deprecated. Add a Source to the Channel
protected  void CAENRFIDReader.AddSourceToChannel(java.lang.String Channel, java.lang.String Source)
           
 void CAENRFIDChannel.AddTrigger(CAENRFIDTrigger trigger)
          Deprecated. Add a notify Trigger to Channel.
 void CAENRFIDLogicalSource.AddTrigger(CAENRFIDTrigger trigger)
          Deprecated. 
 byte[] CAENRFIDLogicalSource.Authenticate_EPC_C1G2(CAENRFIDTag Tag, boolean SenRep, boolean IncRepLen, char Csi, byte[] Challenge, short RepLen, int Password)
          The Authenticate_EPC_C1G2 method allows an interrogator to perform tag, interrogator or mutual authentication.
protected  byte[] CAENRFIDReader.Authenticate_EPC_C1G2(java.lang.String Source, CAENRFIDTag Tag, boolean senRep, boolean incRepLen, char csi, byte[] challenge, short repLen, int password)
           
 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.
protected  void CAENRFIDReader.BlockWriteTagData(java.lang.String Source, CAENRFIDTag tag, short address, short mask, short nbyte, byte[] twrite)
           
protected  short CAENRFIDReader.CheckChannelInTrigger(java.lang.String Trigger, java.lang.String Channel)
           
protected  short CAENRFIDReader.CheckSourceInChannel(java.lang.String Channel, java.lang.String Source)
           
protected  short CAENRFIDReader.CheckSourceInTrigger(java.lang.String Trigger, java.lang.String Source)
           
protected  short CAENRFIDReader.CheckTriggerInChannel(java.lang.String Channel, java.lang.String Trigger)
           
 void CAENRFIDLogicalSource.ClearBuffer()
          Clear the whole internal reader's buffer.
protected  void CAENRFIDReader.ClearBuffer(java.lang.String Source)
           
 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.
protected  byte[] CAENRFIDReader.CustomCMD_EPC_C1G2(java.lang.String Source, CAENRFIDTag Tag, byte SubCmd, short Length, byte[] Data, short TRLength)
           
protected  byte[] CAENRFIDReader.CustomCMD_EPC_C1G2(java.lang.String Source, CAENRFIDTag Tag, byte SubCmd, short Length, byte[] Data, short TRLength, int SecurePassword)
           
 byte[] CAENRFIDLogicalSource.CustomCommand_EPC_C1G2(CAENRFIDTag Tag, byte SubCmd, short TXLen, byte[] Data, short RXLen)
          This method can be used to issue a generic Custom command as defined by the EPC Class1 Gen2 protocol specification.
 byte[] CAENRFIDLogicalSource.CustomCommand_EPC_C1G2(CAENRFIDTag Tag, byte SubCmd, short TXLen, byte[] Data, short RXLen, int AccessPassword)
          This method can be used to issue a generic Custom command as defined by the EPC Class1 Gen2 protocol specification.
 void CAENRFIDReader.Disconnect()
          Close the connection with the CAEN RFID Reader releasing all the allocated resources
 void CAENRFIDReader.DoLogin(int Password)
          Grants administrator reader's permission to the user.
 void CAENRFIDReader.DoLogout()
          Revokes all reader's administrator permissions to the user.
 EM4325TagData CAENRFIDLogicalSource.EM4325_GetSensorData(CAENRFIDTag Tag, boolean UIDEnable, boolean NewSample)
          The GetSensorData command allows the reader to get the UID (if required) and sensor's tag information with a single command.
protected  EM4325TagData CAENRFIDReader.EM4325_GetSensorData(java.lang.String Source, CAENRFIDTag Tag, boolean UIDEnable, boolean NewSample)
           
 byte[] CAENRFIDLogicalSource.EM4325_GetUID(CAENRFIDTag Tag)
           
 byte[] CAENRFIDLogicalSource.EM4325_GetUID(CAENRFIDTag Tag, int Password)
          The GetUID command allows the reader to get the UID from a tag with a single command.
protected  byte[] CAENRFIDReader.EM4325_GetUID(java.lang.String Source, CAENRFIDTag Tag)
           
protected  byte[] CAENRFIDReader.EM4325_GetUID(java.lang.String Source, CAENRFIDTag Tag, int password)
           
 void CAENRFIDLogicalSource.EM4325_ResetAlarms(CAENRFIDTag Tag, int Password)
          The ResetAlarms command allows the reader to reset/clear the alarm conditions for Aux, Under Temp and Over Temp.
protected  void CAENRFIDReader.EM4325_ResetAlarms(java.lang.String Source, CAENRFIDTag Tag, int SecurePassword)
           
 byte[] CAENRFIDLogicalSource.EM4325_SendSPI(CAENRFIDTag Tag, byte SPIConfig, byte[] SPICmd, int SlaveSPILength)
          The SendSPI command allows the reader to use the EM4325 SPI interface to send an SPI command to an SPI slave device attached to the EM4325 chip.
 byte[] CAENRFIDLogicalSource.EM4325_SendSPI(CAENRFIDTag Tag, byte SPIConfig, byte[] SPICmd, int SlaveSPILength, int Password)
          The SendSPI command allows the reader to use the EM4325 SPI interface to send an SPI command to an SPI slave device attached to the EM4325 chip.
protected  byte[] CAENRFIDReader.EM4325_SendSPI(java.lang.String Source, CAENRFIDTag Tag, byte SPIConfig, byte[] SPICmd, int SlaveSPILength)
           
protected  byte[] CAENRFIDReader.EM4325_SendSPI(java.lang.String Source, CAENRFIDTag Tag, byte SPIConfig, byte[] SPICmd, int SlaveSPILength, int SecurePassword)
           
 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.
protected  boolean CAENRFIDReader.EventInventoryTag(java.lang.String Source, byte[] Mask, short MaskLength, short position, short flag)
           
 boolean CAENRFIDReader.ForceAbort(long timeout)
          This method tries to stop a pending continuos inventory (see EventInventoryTag method) that has not been stopped correclty by an InventoryAbort or Disconnect call.
 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
protected  byte CAENRFIDReader.Fujitsu_BurstErase(java.lang.String Source, CAENRFIDTag Tag, byte MemBank, short address, byte nbyte)
           
protected  byte CAENRFIDReader.Fujitsu_BurstErase(java.lang.String Source, CAENRFIDTag Tag, byte MemBank, short address, byte nbyte, int SecurePassword)
           
 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
protected  byte CAENRFIDReader.Fujitsu_BurstWrite(java.lang.String Source, CAENRFIDTag Tag, byte MemBank, short address, byte nbyte, byte[] data)
           
protected  byte CAENRFIDReader.Fujitsu_BurstWrite(java.lang.String Source, CAENRFIDTag Tag, byte MemBank, short address, byte nbyte, byte[] data, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Fujitsu_ChgBlockGroupPassword(java.lang.String Source, CAENRFIDTag Tag, byte BlockGroupPtr, int NewPassword, int CurrentPassword)
           
protected  void CAENRFIDReader.Fujitsu_ChgBlockGroupPassword(java.lang.String Source, CAENRFIDTag Tag, byte BlockGroupPtr, int NewPassword, int CurrentPassword, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Fujitsu_ChgBlockLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockGroupPtr, int Payload, int UserPassword)
           
protected  void CAENRFIDReader.Fujitsu_ChgBlockLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockGroupPtr, int Payload, int UserPassword, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Fujitsu_ChgWordLock(java.lang.String Source, CAENRFIDTag Tag, byte MemBank, short WordPtr, byte Payload, int UserPassword)
           
protected  void CAENRFIDReader.Fujitsu_ChgWordLock(java.lang.String Source, CAENRFIDTag Tag, byte MemBank, short WordPtr, byte Payload, int UserPassword, int SecurePassword)
           
 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
protected  byte[] CAENRFIDReader.Fujitsu_ReadBlockLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockGroupPtr)
           
protected  byte[] CAENRFIDReader.Fujitsu_ReadBlockLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockGroupPtr, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Fujitsu_Refresh(java.lang.String Source, CAENRFIDTag Tag, byte option)
           
protected  void CAENRFIDReader.Fujitsu_Refresh(java.lang.String Source, CAENRFIDTag Tag, byte option, int SecurePassword)
           
 void CAENRFIDReader.FWUpgradeTFTP(java.lang.String server, java.lang.String filename)
          Deprecated. 
 CAENRFIDChannel[] CAENRFIDReader.GetAllocatedChannels()
          Deprecated. 
 CAENRFIDTrigger[] CAENRFIDReader.GetAllocatedTriggers()
          Deprecated. 
 int CAENRFIDReader.GetBatteryLevel()
          Returns the reader's battery charge level.
 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.
 CAENRFIDTag[] CAENRFIDLogicalSource.GetBufferedData(int address, int length)
          The function returns all the Tags stored in reader's memory using all the ReadPoints belonging to the Source.
protected  CAENRFIDTag[] CAENRFIDReader.GetBufferedData(java.lang.String Source)
           
protected  CAENRFIDTag[] CAENRFIDReader.GetBufferedData(java.lang.String Source, int address, int length)
           
 int CAENRFIDLogicalSource.GetBufferSize()
          Get the internal buffer size.
protected  int CAENRFIDReader.GetBufferSize(java.lang.String Source)
           
 CAENRFIDNotify[] CAENRFIDReader.GetChannelData(CAENRFIDChannel Channel)
          Deprecated. 
 boolean CAENRFIDChannel.GetChannelStatus()
          Deprecated.  
protected  short CAENRFIDReader.GetChannelStatus(java.lang.String Channel)
           
 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. 
 short CAENRFIDReader.GetFHSS()
          Gets the current FHSS mode setting.
 java.lang.String CAENRFIDReader.GetFirmwareRelease()
          Permits to read the firmware release loaded into the device.
 int CAENRFIDLogicalSource.GetInventoryCounts()
          Gets the current setting for the number of inventory counts performed by the logical source after pressing the TRIGGER during the inventory algorithm execution.
 int CAENRFIDLogicalSource.GetInventoryDwellTime()
          Gets the inventory execution time (msec) used by the logical source during the inventory algorithm execution.
 int CAENRFIDLogicalSource.GetInventoryQuietTime()
          Gets the inventory quiet time (msec) used by the logical source during the inventory algorithm execution.
 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()
          Deprecated. 
 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()
          This method can be used to retrieve the current setting for the initial Q value (see EPC Class1 Gen2 protocol specification) used by the anticollision algorithm when called on this logical source.
 int CAENRFIDLogicalSource.GetReadCycle()
          This method gets the current setting for the number of read cycles performed by the logical source during the inventory algorithm execution.
 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
protected  short CAENRFIDReader.GetReadPointInSource(java.lang.String Source, java.lang.String Antenna)
           
 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()
          This method can be used to retrieve the Session setting (see EPC Class1 Gen2 protocol specification) used by the anticollision algorithm when called on this logical source.
 CAENRFIDLogicalSource CAENRFIDReader.GetSource(java.lang.String Source)
          Get a Source object
protected  int CAENRFIDReader.GetSourceConfiguration(java.lang.String Source, int ParType)
           
 CAENRFIDLogicalSourceConstants CAENRFIDLogicalSource.GetTarget_EPC_C1G2()
          Get the current Target value for the C1G2 Protocol of the Source
 int CAENRFIDLogicalSource.GetTIDLength()
          This method can be use to get the excepted TID length when TID reading is enabled as flag in inventory methods.
 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
protected  CAENRFIDTag CAENRFIDReader.GroupSelUnsel(java.lang.String Source, CAENRFIDSelUnselOptions code, short Address, short BitMask, byte[] Data)
           
 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
protected  void CAENRFIDReader.Hitachi_BlockLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockNum, int Password, byte PayLoad)
           
protected  void CAENRFIDReader.Hitachi_BlockLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockNum, int Password, byte PayLoad, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Hitachi_BlockReadLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockNum, int Password, byte PayLoad)
           
protected  void CAENRFIDReader.Hitachi_BlockReadLock(java.lang.String Source, CAENRFIDTag Tag, byte BlockNum, int Password, byte PayLoad, int SecurePassword)
           
 HitachiSysInfo CAENRFIDLogicalSource.Hitachi_GetSystemInfo(CAENRFIDTag Tag)
          Deprecated. 
 HitachiSysInfo CAENRFIDLogicalSource.Hitachi_GetSystemInfo(CAENRFIDTag Tag, int AccessPassword)
          Sends the Hitachi GetSystemInfo custom command
protected  byte[] CAENRFIDReader.Hitachi_GetSystemInfo(java.lang.String Source, CAENRFIDTag Tag)
           
protected  byte[] CAENRFIDReader.Hitachi_GetSystemInfo(java.lang.String Source, CAENRFIDTag Tag, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Hitachi_ReadLock(java.lang.String Source, CAENRFIDTag Tag, short Payload)
           
protected  void CAENRFIDReader.Hitachi_ReadLock(java.lang.String Source, CAENRFIDTag Tag, short Payload, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Hitachi_SetAttenuate(java.lang.String Source, CAENRFIDTag Tag, byte level, boolean lock)
           
protected  void CAENRFIDReader.Hitachi_SetAttenuate(java.lang.String Source, CAENRFIDTag Tag, byte level, boolean lock, int SecurePassword)
           
 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
protected  void CAENRFIDReader.Hitachi_WriteMultipleWords(java.lang.String Source, CAENRFIDTag Tag, short MemBank, short WordPtr, byte WordCount, byte[] MaskData)
           
protected  void CAENRFIDReader.Hitachi_WriteMultipleWords(java.lang.String Source, CAENRFIDTag Tag, short MemBank, short WordPtr, byte WordCount, byte[] MaskData, int SecurePassword)
           
protected  void CAENRFIDReader.IDS_SL900A_EndLog(java.lang.String Source, CAENRFIDTag Tag)
           
protected  byte[] CAENRFIDReader.IDS_SL900A_GetLogState(java.lang.String Source, CAENRFIDTag Tag, boolean ShelfLife)
           
protected  byte[] CAENRFIDReader.IDS_SL900A_GetMeasurementSetup(java.lang.String Source, CAENRFIDTag Tag)
           
protected  byte[] CAENRFIDReader.IDS_SL900A_GetSensorValue(java.lang.String Source, CAENRFIDTag Tag, byte SensorType)
           
protected  void CAENRFIDReader.IDS_SL900A_Initialize(java.lang.String Source, CAENRFIDTag Tag, short DelayTime, short ApplicationData)
           
protected  void CAENRFIDReader.IDS_SL900A_SetLog(java.lang.String Source, CAENRFIDTag Tag, int LogMode)
           
protected  void CAENRFIDReader.IDS_SL900A_SetLogLimits(java.lang.String Source, CAENRFIDTag Tag, byte[] LogLimits)
           
protected  void CAENRFIDReader.IDS_SL900A_StartLog(java.lang.String Source, CAENRFIDTag Tag, int StartTime)
           
 CAENRFIDTag[] CAENRFIDLogicalSource.Inventory()
          Deprecated. As of CAENRFIDLibrary version 2.1, replaced by InventoryTag.
protected  CAENRFIDTag[] CAENRFIDReader.Inventory(java.lang.String Source)
           
 void CAENRFIDReader.InventoryAbort()
          Stops the InventoryTag when executed in Continuous Mode
 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.
protected  CAENRFIDTag[] CAENRFIDReader.InventoryTag(java.lang.String Source)
           
protected  CAENRFIDTag[] CAENRFIDReader.InventoryTag(java.lang.String Source, byte[] Mask, short MaskLength, short position, short flag)
           
protected  CAENRFIDTag[] CAENRFIDReader.InventoryTag(java.lang.String Source, short bank, byte[] Mask, short MaskLength, short Position, short flag)
           
 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
 void CAENRFIDLogicalSource.ISO180006C_BroadcastSync(byte[] UTC)
          BroadcastSync is an optional ISO18000-6C command which allows readers to provide the current time to sensor tags.
protected  void CAENRFIDReader.ISO180006C_BroadcastSync(byte[] UTC)
           
 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.
protected  void CAENRFIDReader.KillTag_EPC_C1G1(java.lang.String Source, CAENRFIDTag tag, short passwd)
           
 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
protected  void CAENRFIDReader.KillTag_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, int password)
           
protected  void CAENRFIDReader.KillTag_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, int AccessPassword)
           
 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.
protected  void CAENRFIDReader.LockBlockPermalock_EPC_C1G2(java.lang.String Source, CAENRFIDTag Tag, short MemBank, short BlockPtr, short BlockRange, byte[] Mask, int AccessPassword)
           
 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.
protected  void CAENRFIDReader.LockTag_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, int payload)
           
protected  void CAENRFIDReader.LockTag_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, int payload, int SecurePassword)
           
protected  void CAENRFIDReader.LockTag_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, int Payload)
           
protected  void CAENRFIDReader.LockTag_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, int Payload, int AccessPassword)
           
 void CAENRFIDLogicalSource.LockTag_ISO180006B(CAENRFIDTag Tag, short Address)
          Lock a EPC C1G1 Tag's memory.
protected  void CAENRFIDReader.LockTag(java.lang.String Source, CAENRFIDTag tag, short address)
           
 float CAENRFIDReader.MatchReadPointImpedance(java.lang.String ReadPoint)
          MatchReadPointImpedance matches the antenna impedance passed in ReadPoint.
 float CAENRFIDReader.MatchReadPointImpedance(java.lang.String ReadPoint, CAENRFIDMatchingParams MatchParam, short MatchParamValue)
          MatchReadPointImpedance matches the antenna impedance passed in ReadPoint.
 void CAENRFIDLogicalSource.NXP_Calibrate(CAENRFIDTag Tag)
          Deprecated. 
 void CAENRFIDLogicalSource.NXP_Calibrate(CAENRFIDTag Tag, int AccessPassword)
          Sends the NXP Calibrate custom command
protected  void CAENRFIDReader.NXP_Calibrate(java.lang.String Source, CAENRFIDTag Tag)
           
protected  void CAENRFIDReader.NXP_Calibrate(java.lang.String Source, CAENRFIDTag Tag, int SecurePassword)
           
 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.
protected  void CAENRFIDReader.NXP_ChangeConfig(java.lang.String Source, CAENRFIDTag Tag, short ConfigWord)
           
protected  void CAENRFIDReader.NXP_ChangeConfig(java.lang.String Source, CAENRFIDTag Tag, short ConfigWord, int SecurePassword)
           
 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
protected  void CAENRFIDReader.NXP_ChangeEAS(java.lang.String Source, CAENRFIDTag Tag, boolean EAS)
           
protected  void CAENRFIDReader.NXP_ChangeEAS(java.lang.String Source, CAENRFIDTag Tag, boolean EAS, int SecurePassword)
           
 byte[] CAENRFIDLogicalSource.NXP_EAS_Alarm()
          Sends the NXP EAS Alarm custom command
 byte[] CAENRFIDLogicalSource.NXP_EAS_Alarm(CAENRFIDTag Tag, int AccessPassword)
          Deprecated. 
protected  byte[] CAENRFIDReader.NXP_EAS_Alarm(java.lang.String Source, CAENRFIDTag Tag)
           
protected  byte[] CAENRFIDReader.NXP_EAS_Alarm(java.lang.String Source, CAENRFIDTag Tag, int SecurePassword)
           
 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
protected  void CAENRFIDReader.NXP_ReadProtect(java.lang.String Source, CAENRFIDTag Tag)
           
protected  void CAENRFIDReader.NXP_ReadProtect(java.lang.String Source, CAENRFIDTag Tag, int SecurePassword)
           
 void CAENRFIDLogicalSource.NXP_ResetReadProtect(CAENRFIDTag Tag, int Password)
          Sends the NXP ResetReadProtect custom command
 void CAENRFIDLogicalSource.NXP_ResetReadProtect(CAENRFIDTag Tag, int Password, int AccessPassword)
          Deprecated. 
protected  void CAENRFIDReader.NXP_ResetReadProtect(java.lang.String Source, CAENRFIDTag Tag, int Password)
           
protected  void CAENRFIDReader.NXP_ResetReadProtect(java.lang.String Source, CAENRFIDTag Tag, int Password, int SecurePassword)
           
 short CAENRFIDLogicalSource.ORIDAO_Begin(CAENRFIDTag Tag)
          The ORIDAOBegin command is used to put the tag in the open or secure mode: if the password's value is 0 or the given password does not match the access password stored in the reserved memory bank then the tag will be put in the open state, otherwhise the secure mode will be entered.
 short CAENRFIDLogicalSource.ORIDAO_Begin(CAENRFIDTag Tag, int Password)
          The ORIDAOBegin command is used to put the tag in the open or secure mode: if the password's value is 0 or the given password does not match the access password stored in the reserved memory bank then the tag will be put in the open state, otherwhise the secure mode will be entered.
protected  short CAENRFIDReader.Oridao_Begin(java.lang.String Source, CAENRFIDTag Tag)
           
protected  short CAENRFIDReader.Oridao_Begin(java.lang.String Source, CAENRFIDTag Tag, int SecurePassword)
           
 byte[] CAENRFIDLogicalSource.ORIDAO_Command(CAENRFIDTag Tag, short handle, short WriteLengthBit, byte[] WriteData, short ReplyLengthBit)
          The ORIDACommand is used to send the ORIDAO custom command to a tag put in the open or secure mode by a previous ORIDAO begin command.
protected  byte[] CAENRFIDReader.Oridao_Command(java.lang.String Source, CAENRFIDTag Tag, short handle, short WriteLengthBit, byte[] WriteData, short ReplyLengthBit)
           
 void CAENRFIDLogicalSource.ORIDAO_End(CAENRFIDTag Tag)
          The ORIDAOEnd command turn off the RF power which was left on by a previous ORIDAOBegin command.
protected  void CAENRFIDReader.Oridao_End(java.lang.String Source, CAENRFIDTag Tag)
           
 void CAENRFIDReader.PrintScreen(java.lang.String Text, int TerminalType)
          Print ASCII text on the reader's screen (if available).
 void CAENRFIDLogicalSource.ProgramID_EPC_C1G1(CAENRFIDTag Tag, short Password, boolean Lock)
          Write the ID into the EPC_C1G1 Tag
protected  void CAENRFIDReader.ProgramID_EPC_C1G1(java.lang.String Source, CAENRFIDTag tag, short passwd, boolean lock)
           
 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
protected  void CAENRFIDReader.ProgramID_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, short nsi)
           
protected  void CAENRFIDReader.ProgramID_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, short nsi, int SecurePassword)
           
 void CAENRFIDLogicalSource.ProgramID_EPC119(CAENRFIDTag Tag, byte[] NewID)
          Write the ID into the EPC_1.19 Tag
protected  void CAENRFIDReader.ProgramID_EPC119(java.lang.String Source, CAENRFIDTag tag, byte[] newID)
           
 boolean CAENRFIDLogicalSource.Query_EPC_C1G2()
          Query for detect a EPC C1G2 Tag.
protected  boolean CAENRFIDReader.Query_EPC_C1G2(java.lang.String Source)
           
 byte[] CAENRFIDLogicalSource.QueryAck_EPC_C1G2()
          Query for detect the single Tag under the RF field.
protected  byte[] CAENRFIDReader.QueryAck_EPC_C1G2(java.lang.String Source)
           
 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.
protected  byte[] CAENRFIDReader.ReadBlockPermalock_EPC_C1G2(java.lang.String Source, CAENRFIDTag Tag, short MemBank, short BlockPtr, short BlockRange, int AccessPassword)
           
 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
protected  byte[] CAENRFIDReader.ReadTagData_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, short membank, short address, short nbyte)
           
protected  byte[] CAENRFIDReader.ReadTagData_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, short membank, short address, short nbyte, int SecurePassword)
           
protected  byte[] CAENRFIDReader.ReadTagData_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length)
           
protected  byte[] CAENRFIDReader.ReadTagData_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length, int AccessPassword)
           
 byte[] CAENRFIDLogicalSource.ReadTagData(CAENRFIDTag Tag, short Address, short Length)
          Read Tag's memory (only ISO18000_6b)
protected  byte[] CAENRFIDReader.ReadTagData(java.lang.String Source, CAENRFIDTag tag, short address, short nbyte)
           
 void CAENRFIDReader.RemoveChannel(CAENRFIDChannel Channel)
          Deprecated. 
protected  void CAENRFIDReader.RemoveNotifyTrigger(java.lang.String Channel, java.lang.String Trigger)
           
 void CAENRFIDLogicalSource.RemoveReadPoint(java.lang.String ReadPoint)
          Remove the a ReadPoint from the Source
protected  void CAENRFIDReader.RemoveReadPoint(java.lang.String Source, java.lang.String Antenna)
           
protected  void CAENRFIDReader.RemoveReadTrigger(java.lang.String Source, java.lang.String Trigger)
           
 void CAENRFIDChannel.RemoveSource(CAENRFIDLogicalSource source)
          Deprecated. Remove the Source from the Channel
protected  void CAENRFIDReader.RemoveSourceFromChannel(java.lang.String Channel, java.lang.String Source)
           
 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()
          This method can be used to reset the Session status for EPC Class1 Gen2 tags.
protected  void CAENRFIDReader.ResetSession(java.lang.String Source)
           
 void CAENRFIDReader.SetAdminPassword(int Password)
          Set the admin password of the Reader.
 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.SetFHSS(short enable)
          Enable the FHSS (Frequency hopping) for the regulation (if supported).
 void CAENRFIDLogicalSource.SetInventoryCounts(int Value)
          Sets the number of inventory counts to be performed by the logical source after pressing the TRIGGER button during the inventory algorithm execution.
 void CAENRFIDLogicalSource.SetInventoryDwellTime(int Value)
          Sets the inventory execution time (msec) used by the logical source during the inventory algorithm execution.
 void CAENRFIDLogicalSource.SetInventoryQuietTime(int Value)
          Sets the inventory quiet time (msec) used by the logical source during the inventory algorithm execution.
 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)
          Deprecated. 
 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
protected  void CAENRFIDReader.SetSourceConfiguration(java.lang.String Source, int ParType, int ParValue)
           
 void CAENRFIDLogicalSource.SetTarget_EPC_C1G2(CAENRFIDLogicalSourceConstants Value)
          Set the Target value for the C1G2 Protocol of the Source
 void CAENRFIDLogicalSource.SetTIDLength(int Value)
          This method can be use to set the excepted TID length when TID reading is enabled as flag in inventory methods.
 void CAENRFIDLogicalSource.SL900A_EndLog(CAENRFIDTag Tag)
          This method can be used to issue an IDS SL900A EndLog custom command as defined in the IDS SL900A datasheet.
 byte[] CAENRFIDLogicalSource.SL900A_GetLogState(CAENRFIDTag Tag, boolean ShelfLife)
          This method can be used to issue an IDS SL900A Get Log State custom command as defined in the IDS SL900A datasheet.
 byte[] CAENRFIDLogicalSource.SL900A_GetMeasurementSetup(CAENRFIDTag Tag)
          The SL900A_GetMeasurementSetup method try to read the current system setup.
 IDSTagData CAENRFIDLogicalSource.SL900A_GetSensorValue(CAENRFIDTag Tag, byte SensorType)
          This method can be used to issue an IDS SL900A Get Sensor Value custom command as defined in the IDS SL900A datasheet.
 void CAENRFIDLogicalSource.SL900A_Initialize(CAENRFIDTag Tag, short DelayTime, short ApplicationData)
          This method can be used to issue an IDS SL900A Initialize custom command as defined in the IDS SL900A datasheet.
 void CAENRFIDLogicalSource.SL900A_SetLogLimits(CAENRFIDTag Tag, byte[] LogLimits)
          This SL900A_SetLogLimits method issues 4 limits that are going to be used for logging measurement data.
 void CAENRFIDLogicalSource.SL900A_SetLogMode(CAENRFIDTag Tag, int LogMode)
          The SET LOG MODE command sets the logging form, storage rule, enables sensors that are used in the logging process and finally sets the logging interval (in 1 second steps).
 void CAENRFIDLogicalSource.SL900A_StartLog(CAENRFIDTag Tag, int StartTime)
          The START LOG command starts the logging procedure and sets the Start time in UTC format.
 void CAENRFIDLogicalSource.Untraceable_EPC_C1G2(CAENRFIDTag Tag, boolean U, boolean HideEPC, byte HideTID, boolean HideUser, short Range, short NewEPCLen, int Password)
          The Untraceable_EPC_C1G2 command allows an interrogator with an asserted Untraceable privilege to instruct a Tag to (a) alter the L and U bits in EPC memory,(b) hide memory from interrogators with a deasserted Untraceable privilege and/or (c) reduce its operating range for all interrogators.
protected  void CAENRFIDReader.Untraceable_EPC_C1G2(java.lang.String Source, CAENRFIDTag Tag, boolean u, boolean hideEPC, byte hideTID, boolean hideUser, short range, short newEPCLen, int password)
           
 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
protected  void CAENRFIDReader.WriteTagData_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, short membank, short address, short nbyte, byte[] twrite)
           
protected  void CAENRFIDReader.WriteTagData_EPC_C1G2(java.lang.String Source, CAENRFIDTag tag, short membank, short address, short nbyte, byte[] twrite, int SecurePassword)
           
protected  void CAENRFIDReader.WriteTagData_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length, byte[] Data)
           
protected  void CAENRFIDReader.WriteTagData_EPC_C1G2(java.lang.String Source, short BankMask, short PositionMask, short LengthMask, byte[] Mask, short MemBank, short Address, short Length, byte[] Data, int AccessPassword)
           
 void CAENRFIDLogicalSource.WriteTagData(CAENRFIDTag Tag, short Address, short Length, byte[] Data)
          Write into the Tag's memory (only ISO18000_6b)
protected  void CAENRFIDReader.WriteTagData(java.lang.String Source, CAENRFIDTag tag, short address, short nbyte, byte[] twrite)
           
 

Constructors in com.caen.RFIDLibrary that throw CAENRFIDException
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)
           
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
 

Uses of CAENRFIDException in com.caen.TCPPort
 

Methods in com.caen.TCPPort that throw CAENRFIDException
 void TCPPort.close()