System.Bluetooth.Components.TBluetoothLE.DoOnDiscoverLEDevice

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

Delphi

procedure DoOnDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse);

C++

void __fastcall DoOnDiscoverLEDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice, int Rssi, System::Bluetooth::TScanResponse* const ScanResponse);

プロパティ

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


説明

OnDiscoverLEDevice イベントのディスパッチャです。

DoInternalDiscoverLEDevice ディスパッチャの実行の終わりに呼び出されます。

このイベント ディスパッチャは次のパラメータを受け取ります。

関連項目