User's Manual

getTagType Method
Description:
This method returns the air protocol of the tag.
Return value:
The air protocol of the tag.
Syntax:
C# representation:
public short getTagType()
Java and Android representation:
public CAENRFIDProtocol getTagType()
getTID Method
Description:
This method returns the TID field value in a EPC Class 1 Gen 2 Tag
Return value:
The bytes of the TID field.
Syntax:
C# representation:
public byte[] getTID()
Java and Android representation:
public java.lang.String getAntenna()
getXPC Method
Description:
This method returns the tag’s XPC words.
Return value:
The tag’s XPC words.
Syntax:
C# representation:
public byte[] getXPC()
Java and Android representation:
public byte[] getXPC()
CAEN RFID API – Reference Manual 75