User's Manual

GetSource Method
Description:
This method returns the name of the logical source that has detected the tag.
Return value:
The name of the logical source that has detected the tag.
Syntax:
C# representation:
public CAENRFIDLogicalSource GetSource()
Java and Android representation:
public CAENRFIDLogicalSource GetSource()
GetTID Method
Description:
This method returns the tag's TID (valid only for EPC Class 1 Gen 2 tags).
Return value:
An array of bytes representing the tag's TID.
Syntax:
C# representation:
public byte[] GetTID()
Java and Android representation:
public byte[] GetTID()
GetTimeStamp Method
Description:
This method gets the Tag's TimeStamp.
Return value:
The Tags's Unix TimeStamp.
Syntax:
C# representation:
public DateTime GetTimeStamp()
Java and Android representation:
public java.util.Date GetTimeStamp()
CAEN RFID API – Reference Manual94