User's Manual

CAEN RFID API Reference Manual
74
getTagID Method
Description:
This method returns the tag's ID (the EPC code in Gen2 tags).
Return value:
An array of bytes representing the tag's ID (the EPC code in EPC Class 1 Gen 2 tags).
Syntax:
C# representation:
public byte[] getTagID()
Java and Android representation:
public byte[] getTagID()
getTagLength Method
Description:
This method returns the tag's ID length.
Return value:
The tag's length.
Syntax:
C# representation:
public short getTagLength()
Java and Android representation:
public short getTagLength()
getTagSource 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 string getTagSource()
Java and Android representation:
public java.lang.String getTagSource()