System.Bluetooth.Components.TBluetoothLE.DoDisconnectDevice
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 サーバーからリモート デバイスがクライアントとして接続解除することを通知する機能をサポートしているプラットフォームはありません。