System.Beacon.TBeaconManager.DoBeaconCalcDistance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoBeaconCalcDistance(const UUID: TGUID; AMajor, AMinor: Word; ATxPower: Integer;  ARssi: Integer; var NewDistance: Double): Boolean;

C++

bool __fastcall DoBeaconCalcDistance(const GUID &UUID, System::Word AMajor, System::Word AMinor, int ATxPower, int ARssi, double &NewDistance);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager


Beschreibung

Die Methode DoBeaconCalcDistance löst das Ereignis OnCalcDistance aus.

Siehe auch