API: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; overload;
function DoBeaconCalcDistance(const Abeacon: IBeacon; ATxPower: Integer; ARssi: Integer;  var NewDistance: Double): Boolean; overload;

C++

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

Eigenschaften

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

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.