User's Manual

CAEN RFID API Reference Manual
106
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 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 representation:
public short GetRSSI()
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 representation:
public CAENRFIDLogicalSource GetSource()