System.Beacon.TBeaconEddystoneTLMEvent

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

Delphi

TBeaconEddystoneTLMEvent = procedure (const Sender: TObject; const ABeacon: IBeacon; const AEddystoneTLM: TEddystoneTLM) of object;

C++

typedef void __fastcall (__closure *TBeaconEddystoneTLMEvent)(System::TObject* const Sender, const _di_IBeacon ABeacon, const TEddystoneTLM &AEddystoneTLM);

プロパティ

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


説明

TBeaconEddystoneTLMEvent はイベント型で、EddystoneTLM ビーコンが検知された際に発生します。

関連項目