System.Beacon.TBeaconCalcDistanceEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

The TBeaconCalcDistanceEvent is an event type that is fired just before the Distance is calculated.

See Also