System.Bluetooth.Components.TBluetooth.ScanMode

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

Delphi

property ScanMode: TBluetoothScanMode read GetScanMode;

C++

__property System::Bluetooth::TBluetoothScanMode ScanMode = {read=GetScanMode, nodefault};

プロパティ

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


説明

現在のアダプタのスキャン モード状態。

このスキャン モード状態は、NoneConnectableDiscoverable のいずれかです。

関連項目