System.Bluetooth.Components.TBluetoothLE.DoConnectedDevice

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

Delphi

procedure DoConnectedDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice);

C++

void __fastcall DoConnectedDevice(System::TObject* const Sender, System::Bluetooth::TBluetoothLEDevice* const ADevice);

プロパティ

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


説明

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

DoConnectedDevice が呼び出されるのは、お使いのコンポーネントの GATT サーバーにリモート デバイスが接続したときです。

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

  • Sender はお使いのコンポーネントの GATT サーバーです。
  • ADevice は、お使いのコンポーネントの GATT サーバーに接続するリモート デバイスです。

プラットフォーム サポート

現時点では、お使いのコンポーネントの GATT サーバーにリモート デバイスがクライアントとして接続することを通知する機能をサポートしているプラットフォームはありません。

関連項目