System.Bluetooth.TBluetoothAdapter.ScanMode
Delphi
property ScanMode: TBluetoothScanMode read GetScanMode;
C++
__property TBluetoothScanMode ScanMode = {read=GetScanMode, nodefault};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothAdapter |
説明
お使いのアダプタの現在のスキャン モードです。
取り得る値は次のとおりです。
| モード | 説明 |
|---|---|
|
Discoverable |
リモート デバイスで Bluetooth を使ってアプリケーションの動作デバイスを検出できます。 |
|
Connectable |
リモート デバイスで Bluetooth を使ってアプリケーションの動作デバイスを検出できません。 |
|
None |
アダプタは上記のスキャン モードのいずれでもありません。 |
プラットフォーム サポート
| プラットフォーム | サポートされているスキャン モード | ||
|---|---|---|---|
|
Discoverable |
Connectable |
None | |
|
32 ビット Windows |
|
|
|
|
OS X |
|
||
|
Android |
|
|
|