com.caen.RFIDLibrary
Class CAENRFIDNotify

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

public class CAENRFIDNotify
extends java.lang.Object

This class defines the CAEN RFID Notify.

Version:
CAENRFIDLibrary 4.2.0
Author:
Alberto Lucchesi (a.lucchesi@caen.it) CAEN SpA Computing Division @2005-2007, Andrea Iavazzo (a.iavazzo@caen.it) CAEN RFID Srl Computing Division @2009-2010

Method Summary
 java.lang.String getAntenna()
          Deprecated.  
 java.util.Date getDate()
          Get the time of tag retrieval.
 java.lang.String getReadPoint()
          Get the readpoint that covers this tag
 short getRSSI()
          Get the actual rssi of this tag from the antenna
 CAENRFIDTagEventType getStatus()
          Deprecated. 
 byte[] getTagID()
          Get the Tag's ID
 short getTagLength()
          Get the length of the Tag's ID
 java.lang.String getTagSource()
          Get the Source that detected the Tag
 CAENRFIDProtocol getTagType()
          Get the Type of the Tag's ID
 byte[] getTID()
          Get The TID field in byte
 byte[] getXPC()
          Get the XPC of this tag, if exists.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTagID

public byte[] getTagID()
Get the Tag's ID

Returns:
The ID of the Tag

getTagSource

public java.lang.String getTagSource()
Get the Source that detected the Tag

Returns:
The name of the Source

getTagLength

public short getTagLength()
Get the length of the Tag's ID

Returns:
the length of the Tag's ID

getTagType

public CAENRFIDProtocol getTagType()
Get the Type of the Tag's ID

Returns:
the type of the Tag's ID

getStatus

@Deprecated
public CAENRFIDTagEventType getStatus()
Deprecated. 

Get The Status of the Tag

Returns:
The Status of the Tag

getAntenna

@Deprecated
public java.lang.String getAntenna()
Deprecated. 

Get Antenna

Returns:
A string rapresenting Antenna

getReadPoint

public java.lang.String getReadPoint()
Get the readpoint that covers this tag

Returns:
A string rapresenting the readpoint.

getDate

public java.util.Date getDate()
Get the time of tag retrieval.

Returns:
A Date object rapresenting the TimeStamp

getRSSI

public short getRSSI()
Get the actual rssi of this tag from the antenna

Returns:
A value representing

getTID

public byte[] getTID()
Get The TID field in byte

Returns:
The bytes in the TID memory bank of gen 2 Tag

getXPC

public byte[] getXPC()
Get the XPC of this tag, if exists.

Returns:
Four byte of XPC, or four zero if XPC has not detected on tag, or is invalid.