User's Manual

CAEN RFID API Reference Manual
93
GetPC Method
Description:
This method returns the Protocol Control(PC) word code of the tag.
Return value:
The tag's Protocol Control code.
Syntax:
C# representation:
public byte[] GetPC()
Java and Android representation:
public byte[] GetPC()
GetReadPoint Method
Description:
This method returns the read point that has detected the tag.
Return value:
The name of the read point that has detected the Tag
Syntax:
C# representation:
public string GetReadPoint()
Java and Android representation:
public java.lang.String GetReadPoint()
throws CAENRFIDException
GetRSSI Method
Description:
This method returns the RSSI value measured for the tag.
Return value:
The tag's RSSI.
Syntax:
C# representation:
public short GetRSSI()
Java and Android representation:
public short GetRSSI()