System.Bluetooth.TBluetoothManager.StartDiscovery
Delphi
procedure StartDiscovery(Timeout: Cardinal);
C++
void __fastcall StartDiscovery(unsigned Timeout);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothManager |
説明
Bluetooth を使用するリモート デバイスを探すための検出操作を開始します。
StartDiscovery は 1 つの引数 Timeout
を受け取ります。これは、Bluetooth を使用するリモート デバイスの検出にどれだけの時間をかけるかを示します。
検出操作が終了すると、OnDiscoveryEnd イベントが発生します。OnDiscoveryEnd からは、検出されたリモート デバイスのリストが提供されます。
プラットフォーム サポート
プラットフォーム | 備考 |
---|---|
32 ビット Windows |
|
Mac OS X |
|
Android |
|