System.Beacon.Components.TBeacon.CalcMode
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:
Rawindicates that Rssi and Distance return raw values.Stabilizedindicates Rssi and Distance return processed and stabilized values.