System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw

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

Delphi

function DoStartDiscoveryRaw(const ABluetoothLEScanFilterList: TBluetoothLEScanFilterList = nil;  Refresh: Boolean = True): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartDiscoveryRaw(TBluetoothLEScanFilterList* const ABluetoothLEScanFilterList = (TBluetoothLEScanFilterList*)(0x0), bool Refresh = true) = 0 ;

プロパティ

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


説明

StartDiscoveryRaw のプラットフォーム固有実装です。

DoStartDiscoveryRaw は仮想抽象メソッドで、TBluetoothLEAdapter のプラットフォーム固有のサブクラスで実装されます。

関連項目