System.Bluetooth.TBluetoothLEAdapter.DoDiscoveryLEEnd

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

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 は、次のパラメータを受け取ります:

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

関連項目