System.Bluetooth.Components.TBluetoothLE.DoOnEndDiscoverDevices
Delphi
procedure DoOnEndDiscoverDevices(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList);
C++
void __fastcall DoOnEndDiscoverDevices(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDeviceList* const ADeviceList);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
説明
OnEndDiscoverDevices イベントのディスパッチャです。
DoOnEndDiscoverDevices は、DoInternalDiscoveryEnd によって呼び出されます。これは、DiscoverDevices への前の呼び出しの結果発生したコンポーネントのマネージャの、OnDiscoveryEnd イベントのハンドラです。
このイベント ディスパッチャは次のパラメータを受け取ります。
Sender
は、コンポーネントのマネージャです。ADeviceList
は、検知されたデバイスのリストです。