System.Bluetooth.Components.TBluetoothLE.Enabled

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

Delphi

property Enabled: Boolean read FEnabled write SetEnabled;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};

プロパティ

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


説明

コンポーネントの Bluetooth Low Energy 接続機能が有効か(True)、無効か(False)を示します。

TBluetoothLE コンポーネントは、デフォルトでは有効です。

EnabledFalse に設定した場合、コンポーネントは処理中の Bluetooth Low Energy のオペレーションをいずれも中止し、新たなオペレーションは開始できないようになります。
EnabledTrue に設定した場合、コンポーネントは新たな Bluetooth Low Energy オペレーションを実行できます。 コンポーネントは、以前中止されたオペレーションについては再開することがないため、そのようなオペレーションは手動で再開する必要があります。

関連項目