System.Bluetooth.Components.TBluetooth.IsPaired

提供:RAD Studio API Documentation

Delphi

function IsPaired(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall IsPaired(System::Bluetooth::TBluetoothDevice* const ADevice);

プロパティ

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


説明

ADevice が現在のアダプタとペアリングされた際には True、そうでなければ False を返します。

関連項目