User's Manual

CAEN RFID API Reference Manual
107
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 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 representation:
public java.util.Date GetTimeStamp()
GetType Method
Description:
This method returns the air protocol of the tag.
Return value:
The air protocol of the tag.
Syntax:
C# representation:
public new CAENRFIDProtocol GetType()
JAVA representation:
public CAENRFIDProtocol GetType()