System.Bluetooth.TBluetoothManager.StartDiscoverable
Delphi
procedure StartDiscoverable(Timeout: Cardinal);
C++
void __fastcall StartDiscoverable(unsigned Timeout);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothManager |
説明
アプリケーションの動作デバイスを Bluetooth を通じて検出できるようにする要求を開始します。
StartDiscoverable に必要な引数は Timeout だけです。これは、アプリケーションの動作デバイスが Bluetooth で検出可能になっている時間(秒単位)を示します。
アプリケーションのユーザーが承認し、要求が成功すると、OnDiscoverableEnd イベントが発生します。
プラットフォーム サポート
| プラットフォーム | サポート対象 | 備考 |
|---|---|---|
|
32 ビット Windows |
|
|
|
Mac OS X |
| |
|
Android |
|
|