System.Bluetooth.TBluetoothAdapter.DoStartDiscoverable
Delphi
procedure DoStartDiscoverable(Timeout: Cardinal); virtual; abstract;
C++
virtual void __fastcall DoStartDiscoverable(unsigned Timeout) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothAdapter | 
説明
- メモ: これは、TBluetoothAdapter のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
アプリケーションの動作デバイスを Bluetooth を通じて検出できるようにする要求を開始します。
StartDiscoverable は DoStartDiscoverable を呼び出します。
DoStartDiscoverable に必要な引数は Timeout だけです。これは、アプリケーションの動作デバイスが Bluetooth で検出可能になっている時間(秒単位)を示します。
アプリケーションのユーザーが承認し、要求が成功すると、お使いのアダプタが DoDiscoverableEnd を呼び出します。
プラットフォーム サポート
| プラットフォーム | サポート状況 | 備考 | 
|---|---|---|
| 32 ビット Windows |  | 
 | 
| OS X | 
 | |
| Android |  | 
 |