System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryEnd
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 は、次のパラメータを取ります:
Senderはアダプタです。ADeviceListは Bluetooth リモート デバイスのリストで、ここには、検知オペレーションの間に見つかったリモート デバイスがすべて含まれます。
DoDiscoveryEnd は、マネージャ 上で TBluetoothLEManager.DoDiscoveryEnd (Sender, ADeviceList) を呼び出します。