User's Manual

CAEN RFID API Reference Manual
18
getRangeLimit Method
Description:
This method returns the range limit set on sensor.
Return value:
A bitmask representing the range limit.
Syntax:
C# representation:
public uint RangeLimit {
get;
}
Java and Android representation:
public int getRangeLimit()
getSensorValue Method
Description:
This method returns the sensor value.
Return value:
A bitmask representing the value obtained by the sensor.
Syntax:
C# representation:
public uint SensorValue {
get;
}
Java and Android representation:
public int getSensorValue()