System.Beacon.TBeaconCalcDistanceEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBeaconCalcDistanceEvent =  procedure (const Sender: TObject; const UUID: TGUID; AMajor, AMinor: Word;
ATxPower: Integer; ARssi: Integer; var NewDistance: Double) of object;

C++

typedef void __fastcall (__closure *TBeaconCalcDistanceEvent)(System::TObject* const Sender, const GUID &UUID, System::Word AMajor, System::Word AMinor, int ATxPower, int ARssi, double &NewDistance);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


Beschreibung

TBeaconCalcDistanceEvent ist ein Ereignistyp, der unmittelbar vor dem Berechnen der Entfernung (Distance) ausgelöst wird.

Siehe auch