System.Bluetooth.TBluetoothAdapter.DoUnPair

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

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 のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

こちらのアプリケーションが動作しているデバイスと指定したリモート デバイスとのペア設定を解除するよう要求します。

DoUnPairUnPair から呼び出されます。

DoUnPair は、ペア設定解除の操作が失敗すると False を、成功すると True を返します。

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

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

32 ビット Windows
64 ビット Windows

YesC++11Feature.png

OS X

Android

関連項目