Class Proximity
java.lang.Object
com.arubanetworks.meridian.location.Proximity
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
More than four meters awaystatic final int
Less than half a meter awaystatic final int
More than half a meter away, but less than four meters awaystatic final int
No distance estimate was possible due to a bad RSSI value or measured TX power -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
float
toString()
trigger()
void
updateDistance
(float distance)
-
Field Details
-
PROXIMITY_IMMEDIATE
public static final int PROXIMITY_IMMEDIATELess than half a meter away- See Also:
-
PROXIMITY_NEAR
public static final int PROXIMITY_NEARMore than half a meter away, but less than four meters away- See Also:
-
PROXIMITY_FAR
public static final int PROXIMITY_FARMore than four meters away- See Also:
-
PROXIMITY_UNKNOWN
public static final int PROXIMITY_UNKNOWNNo distance estimate was possible due to a bad RSSI value or measured TX power- See Also:
-
-
Constructor Details
-
Proximity
public Proximity()
-
-
Method Details