User's Manual

CAEN RFID API Reference Manual
73
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()
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()
getStatus Method
Description:
This method returns the event type associated to the tag.
Return value:
The event type associated to the Tag.
Syntax:
C# representation:
public CAENRFIDTagEventType getStatus()
Java and Android representation:
public CAENRFIDTagEventType getStatus()