System.Beacon.TBeaconProximityEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TBeaconProximityEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; Proximity: TBeaconProximity) of object;

C++

typedef void __fastcall (__closure *TBeaconProximityEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, TBeaconProximity Proximity);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


説明

TBeaconProximityEvent イベントは、Proximity 値が変化したときに発生するイベントの型です。

関連項目