System.Bluetooth.Components.TBluetoothLE.OnEndDiscoverDevices

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

Delphi

property OnEndDiscoverDevices: TDiscoveryLEEndEvent read FOnEndDiscoverDevices write FOnEndDiscoverDevices;

C++

__property System::Bluetooth::TDiscoveryLEEndEvent OnEndDiscoverDevices = {read=FOnEndDiscoverDevices, write=FOnEndDiscoverDevices};

プロパティ

種類 可視性 ソース ユニット
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

DiscoverDevices の呼び出し後に発生し、検出されたデバイスのリストを提供します。

OnEndDiscoverDevicesハンドラは次のパラメータを取得します:

  • Sender は、コンポーネントのマネージャです。
  • ADeviceList は、検知されたデバイスのリストです。

関連項目