System.Bluetooth.TBluetoothAdapter.DoUnPair
Delphi
function DoUnPair(const ADevice: TBluetoothDevice): Boolean; virtual; abstract;
C++
virtual bool __fastcall DoUnPair(TBluetoothDevice* const ADevice) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothAdapter |
説明
- メモ: これは、TBluetoothAdapter のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
こちらのアプリケーションが動作しているデバイスと指定したリモート デバイスとのペア設定を解除するよう要求します。
DoUnPair は、ペア設定解除の操作が失敗すると False を、成功すると True を返します。
プラットフォーム サポート
| プラットフォーム | サポート状況 |
|---|---|
|
32 ビット Windows |
|
|
OS X |
|
|
Android |