System.Bluetooth.Components.TBluetooth.IsPaired

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsPaired(const ADevice: TBluetoothDevice): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Gibt True zurück, wenn das ADevice-Gerät mit dem aktuellen Adapter gekoppelt ist, anderenfalls False.

Siehe auch