System.Bluetooth.TBluetoothLEManager.DoEnableBluetooth
Delphi
function DoEnableBluetooth: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoEnableBluetooth() = 0 ;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
説明
ユーザーが Bluetooth をオンできる、プラットフォーム固有のシステム アクティビティを示します。
EnableBluetooth は、この関数を呼び出します。
サポート対象プラットフォーム
- Android: Bluetooth LE アダプタがオンになるよう要求します。これは常に
True
を返します。 - Windows および MAC OS: 何も行わず、常に
False
を返します。