System.Bluetooth.TBluetoothLEManager.ClearDevicesFromList

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

Delphi

class procedure ClearDevicesFromList(const ADeviceList: TBluetoothLEDeviceList); static;

C++

static void __fastcall ClearDevicesFromList(TBluetoothLEDeviceList* const ADeviceList);

プロパティ

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


説明

Bluetooth LE デバイスのリストをクリアします。

この関数は、リストをロックし、そのリストがクリアされると解放します。

TBluetoothLEAdapter.DoStartDiscovery のプラットフォーム固有の実装は、この関数を、TBluetoothLEManager.StartDiscovery への呼び出しの前に呼び出します。

関連項目