System.Beacon.TBeaconsCalcDistancesEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBeaconsCalcDistancesEvent =  procedure (const Sender: TObject; const ABeacon: IBeacon;
ATxPower: Integer; ARssi: Integer; var NewDistance: Double) of object;

C++

typedef void __fastcall (__closure *TBeaconsCalcDistancesEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, 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

Embarcadero Technologies does not currently have any additional information.