System.Beacon.TBeaconProximity
Delphi
TBeaconProximity = (Immediate = 1, Near, Far, Away);
C++
enum DECLSPEC_DENUM TBeaconProximity : unsigned char { Immediate = 1, Near, Far, Away };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | System.Beacon |
Description
The TBecaonProximity type indicates the current proximity level for a beacon.
Four different proximity levels are defined:
Level | Value | Description |
---|---|---|
Immediate
|
1 | Below 0.5 meters |
Near
|
2 | Between 0.5 and 1.5 meters |
Far
|
3 | More than 1.5 meters |
Away
|
4 | It is not possible to determine |