System.Beacon.Components.TBeacon
Delphi
TBeacon = class(TCustomBeacon)
C++
class PASCALIMPLEMENTATION TBeacon : public TCustomBeacon
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.Beacon.Components.pas System.Beacon.Components.hpp |
System.Beacon.Components | System.Beacon.Components |
説明
TBeacon は、ビーコン コンポーネントのクラスです。
TBeacon コンポーネントでは、MonitorizedRegions で指定されているリージョン(ビーコン領域)リストを監視し、リージョンへのビーコンの出入りに関連付けられているイベントを通じてビーコン情報を管理します。また、ビーコンの距離および近接度の変化も検出します。
関連項目
- System.Beacon.Components.TBeacon.MonitorizedRegions
- System.Beacon.Components.TBeacon.OnBeaconEnter
- System.Beacon.Components.TBeacon.OnBeaconExit
- System.Beacon.Components.TBeacon.OnBeaconProximity
- System.Beacon.Components.TBeacon.OnEnterRegion
- System.Beacon.Components.TBeacon.OnExitRegion
- System.Beacon.Components.TBeacon.OnCalcDistance