System.Beacon.TBeaconManager.DoBeaconCalcDistance

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconManager


Description

La méthode DoBeaconCalcDistance déclenche l'événement OnCalcDistance.

Voir aussi