System.Beacon.TKindofBeacon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TKindofBeacon = (iBeacons, AltBeacons, Eddystones, iBAltBeacons);

C++

enum DECLSPEC_DENUM TKindofBeacon : unsigned char { iBeacons, AltBeacons, Eddystones, iBAltBeacons };

Properties

Type Visibility Source Unit Parent
enum public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

Type to represent the different beacon formats available.

You can set the following beacon formats:

  • iBeacons: format defined by Apple.
  • AltBeacons: open format.
  • Eddystones: open format defined by Google.
  • iBAltBeacons: this value considers both, iBeacons and AltBeacons for monitoring purposes.

See Also