System.Bluetooth.Components.TBluetoothLE.DoDisconnectDevice

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

Delphi

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

C++

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

プロパティ

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


説明

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

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

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

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

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

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

関連項目