System.Bluetooth.Components.TBluetooth.DoDiscoveryEnd

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

Delphi

procedure DoDiscoveryEnd(const Sender: TObject; const ADeviceList: TBluetoothDeviceList);

C++

void __fastcall DoDiscoveryEnd(System::TObject* const Sender, System::Bluetooth::TBluetoothDeviceList* const ADeviceList);

プロパティ

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


説明

DiscoverDevices が終わった場合に発生します。

DiscoverDevices は、特定の Timeout までの間に動作します。

関連項目