System.Bluetooth.Components.TBluetoothLE.DoInternalDiscoveryEnd

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

Delphi

procedure DoInternalDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothLEDeviceList); overload;

C++

void __fastcall DoInternalDiscoveryEnd(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDeviceList* const ADeviceList)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

お使いのコンポーネントのマネージャOnDiscoveryEnd イベントを処理するハンドラです。

DoInternalDiscoveryEnd は、DiscoverDevices の前回の呼び出しの結果、お使いのコンポーネントのマネージャの OnDiscoveryEnd イベントが発生したときに呼び出される protected メソッドで、次のパラメータを受け取ります。

DoInternalDiscoveryEnd は、

関連項目