System.Beacon.TBeaconScanMode
Delphi
TBeaconScanMode = (Standard, Alternative, Eddystone, Extended);
C++
enum class DECLSPEC_DENUM TBeaconScanMode : unsigned char { Standard, Alternative, Eddystone, Extended };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | System.Beacon |
Description
Mode of beacon scanning, which determines the beacon formats that beacon scanning can find.
Supported modes:
Standard
: For iBeacons.Alternative
: For AltBeacons.Eddystone
: For Eddystone.Extended
: In order to scan for several kinds of beacons at the same time. It also allows to scan for both registered and non-registered beacons. See Scanning for Beacons for further information.