System.Bluetooth.Components.TBluetoothLE.DoInternalDiscoverLEDevice
Delphi
procedure DoInternalDiscoverLEDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice; Rssi: Integer; const ScanResponse: TScanResponse); overload;
C++
void __fastcall DoInternalDiscoverLEDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice, int Rssi, System::Bluetooth::TScanResponse* const ScanResponse)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
説明
お使いのコンポーネントのマネージャの OnDiscoverLeDevice イベントを処理するハンドラです。
DoInternalDiscoverLEDevice は、DiscoverDevices の前回の呼び出しの結果、お使いのコンポーネントのマネージャの OnDiscoverLeDevice
イベントが発生したときに呼び出される protected メソッドで、次のパラメータを受け取ります。
Sender
はお使いのコンポーネントのマネージャです。ADevice
は検出されたデバイスです。Rssi
は現在の受信信号強度の値を保持します。ScanResponse
はデバイスで広告されたデータです。
- 検出されたデバイスに次のイベント ハンドラを追加します。
- お使いのコンポーネントの OnDiscoverLEDevice イベントのディスパッチャである DoOnDiscoverLEDevice を呼び出します。