System.Bluetooth.TBluetoothAdapter.DoDiscoveryEnd
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 は、次のパラメータを受け取ります:
Senderはアダプタです。ADeviceListは検出操作で見つかったすべてのリモート デバイスを含む Bluetooth リモート デバイス リストです。
DoDiscoveryEnd は、自分のマネージャの DoDiscoveryEnd (Sender, ADeviceList) を呼び出します。