System.Bluetooth.TBluetoothGattServer.DoOnConnectedDevice

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

Delphi

procedure DoOnConnectedDevice(const Sender: TObject; const ADevice: TBluetoothLEDevice); virtual;

C++

virtual void __fastcall DoOnConnectedDevice(System::TObject* const Sender, TBluetoothLEDevice* const ADevice);

プロパティ

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


説明

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

DoOnConnectedDevice が呼び出されるのは、リモート デバイスが GATT サーバーに接続したときです。

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

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

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

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

関連項目