API:System.Beacon.Components.TBeacon.CalcMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CalcMode: TBeaconCalcMode read GetCalcMode write SetCalcMode default 1;

C++

__property CalcMode = {default=1};

Properties

Type Visibility Source Unit Parent
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeacon

Description

Calculation mode used to provide the Rssi and Distance values. The default mode is Stabilized.

System.Beacon.Components.TBeacon.CalcMode inherits from System.Beacon.Components.TCustomBeacon.CalcMode. All content below this line refers to System.Beacon.Components.TCustomBeacon.CalcMode.

Calculation mode used to provide the Rssi and Distance values. The default mode is Stabilized.

The CalcMode property may be set to either Raw or Stabilized:

  • Raw indicates that Rssi and Distance return raw values.
  • Stabilized indicates Rssi and Distance return processed and stabilized values.

See Also