System.Beacon.TBeaconCalcMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconCalcMode = (Raw, Stabilized);

C++

enum DECLSPEC_DENUM TBeaconCalcMode : unsigned char { Raw, Stabilized };

Properties

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

Description

Indicates if the IBeacon uses either Raw or Stabilized for the Rssi and Distance.

See Also