System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryLEEnd
Delphi
procedure DoDiscoveryLEEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); virtual; deprecated 'Use DoDiscoveryEnd';
C++
virtual void __fastcall DoDiscoveryLEEnd _DEPRECATED_ATTRIBUTE1("Use DoDiscoveryEnd") (System::TObject* const Sender, TBluetoothLEDeviceList* const ADeviceList);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
説明
警告: DoDiscoveryLEEnd は非推奨になっています。 DoDiscoveryEnd を使用してください。
DoStartLeDiscovery によって開始されたリモート デバイスの検出操作が成功して終了した場合に呼び出されます。
DoDiscoveryLEEnd は、次のパラメータを受け取ります:
Sender
はアダプタです。ADeviceList
は検出操作で見つかったすべてのリモート デバイスを含む Bluetooth リモート デバイス リストです。
DoDiscoveryLEEnd は、自分のマネージャの DoDiscoveryLEEnd (Sender
, ADeviceList
) を呼び出します。