System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryEnd

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

Delphi

procedure DoDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual;

C++

virtual void __fastcall DoDiscoveryEnd(System::TObject* const Sender, TBluetoothLEDeviceList* const ADeviceList);

プロパティ

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


説明

アダプタは、DoStartDiscovery によって開始されたリモート デバイス検知オペレーションが正常に終了した場合に、DoDiscoveryEnd を呼び出します。

DoDiscoveryEnd は、次のパラメータを取ります:

DoDiscoveryEnd は、マネージャ 上で TBluetoothLEManager.DoDiscoveryEnd (Sender, ADeviceList) を呼び出します。

関連項目