System.Bluetooth.TBluetoothAdapter.DoDiscoveryEnd

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

Delphi

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

C++

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

プロパティ

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


説明

DoStartDiscovery によって開始されたリモート デバイスの検出操作が成功して終了した場合に呼び出されます。

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

DoDiscoveryEnd は、自分のマネージャDoDiscoveryEnd (Sender, ADeviceList) を呼び出します。

関連項目