System.Beacon.Components.TCustomBeacon.CalcMode
Delphi
property CalcMode: TBeaconCalcMode read GetCalcMode write SetCalcMode default TBeaconCalcMode.Stabilized;
C++
__property System::Beacon::TBeaconCalcMode CalcMode = {read=GetCalcMode, write=SetCalcMode, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Beacon.Components.pas System.Beacon.Components.hpp |
System.Beacon.Components | TCustomBeacon |
Description
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.