System.Bluetooth.TBluetoothDevice.IsPaired

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

Delphi

property IsPaired: Boolean read GetPaired;

C++

__property bool IsPaired = {read=GetPaired, nodefault};

プロパティ

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


説明

リモート デバイスが、こちらのアプリケーションが動作しているデバイスとペアになっているか(True)、なっていないか(False)を示します。

TBluetoothAdapter.PairedDevices には、ペアになったデバイスのリストが含まれます。TBluetoothAdapter.Pair を使用すると、こちらのアプリケーションが動作しているデバイスをリモート デバイスとペアにするよう要求することができます。

関連項目