System.Beacon.TBeaconCalcDistanceEvent
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);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | System.Beacon.pas System.Beacon.hpp |
System.Beacon | System.Beacon |
説明
TBeaconCalcDistanceEvent は、Distance が計算される直前に発生するイベント型です。