System.Bluetooth.TBluetoothAdapter.UnPair

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

Delphi

function UnPair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall UnPair(TBluetoothDevice* const ADevice);

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter


説明

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

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

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

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

32 ビット Windows
64 ビット Windows

YesC++11Feature.png

OS X

Android

See Also