System.Beacon.TBeaconCalcDistanceEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


Description

TBeaconCalcDistanceEvent est un type d'événement qui est déclenché juste avant le calcul de Distance.

Voir aussi