API:System.Beacon.Components.TBeaconDevice.Enabled

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

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default 0;

C++

__property Enabled = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeaconDevice

説明

データのアドバタイズを TCustomBeaconDevice開始できるかどうかを指定します。

System.Beacon.Components.TBeaconDevice.Enabled は System.Beacon.Components.TCustomBeaconDevice.Enabled を継承しています。以下の内容はすべて System.Beacon.Components.TCustomBeaconDevice.Enabled を参照しています。 データのアドバタイズを TCustomBeaconDevice開始できるかどうかを指定します。

TCustomBeaconDevice でデータをアドバタイズできるようにするには、このプロパティを True に設定します。

関連項目