System.Bluetooth.TBluetoothLEAdapter.ScanMode

提供:RAD Studio API Documentation

Delphi

property ScanMode: TBluetoothScanMode read GetScanMode;

C++

__property TBluetoothScanMode ScanMode = {read=GetScanMode, nodefault};

プロパティ

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


説明

お使いのアダプタの現在のスキャン モードです。

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

モード 説明

Discoverable

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

Connectable

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

None

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

プラットフォーム サポート

プラットフォーム サポートされているスキャン モード

Discoverable

Connectable

None

32 ビット Windows
64 ビット Windows

OS X

Android

関連項目