System.Beacon.TBeaconCalcDistanceEvent

From RAD Studio API Documentation
Jump to: navigation, search

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
typedef public 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