System.Bluetooth.TBluetoothScanMode

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TBluetoothScanMode = (None, Connectable, Discoverable);

C++

enum class DECLSPEC_DENUM TBluetoothScanMode : unsigned char { None, Connectable, Discoverable };

プロパティ

種類 可視性 ソース ユニット
enum public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


説明

クラシック Bluetooth アダプタのスキャン モードです。

取り得る値は次のとおりです。

モード 説明

Discoverable

リモート デバイスで Bluetooth を使ってアプリケーションの動作デバイスを検出できます。

Connectable

リモート デバイスで Bluetooth を使ってアプリケーションの動作デバイスを検出できません。
ただし、必要な接続データがあれば、リモート デバイスで Bluetooth を使ってアプリケーションの動作デバイスに接続できます。

None

アダプタは上記のスキャン モードのいずれでもありません。

関連項目