com.caen.RFIDLibrary
Class IDSTagData

java.lang.Object
  extended by com.caen.RFIDLibrary.IDSTagData

public class IDSTagData
extends java.lang.Object

This class represents data returned by tags based on IDS Chip SL900A.


Constructor Summary
IDSTagData()
           
 
Method Summary
 boolean getADError()
          This method returns if an A/D error is raised.
 int getRangeLimit()
          This method returns the range limit set on sensor.
 int getSensorValue()
          This method returns the sensor value.
 void setADError(boolean value)
           
 void setRangeLimit(int value)
           
 void setSensorValue(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDSTagData

public IDSTagData()
Method Detail

getADError

public boolean getADError()
This method returns if an A/D error is raised.

Returns:
True if an A/D error occurs, false otherwise.

setADError

public void setADError(boolean value)

getRangeLimit

public int getRangeLimit()
This method returns the range limit set on sensor.

Returns:
A bitmask representing the range limit.

setRangeLimit

public void setRangeLimit(int value)

getSensorValue

public int getSensorValue()
This method returns the sensor value.

Returns:
A bitmask representing the value obtained by the sensor.

setSensorValue

public void setSensorValue(int value)