System.Bluetooth.Components.TBluetooth.Pair

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Pair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall Pair(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

Der aktuelle Adapter führt eine Koppelungsanforderung mit einem ADevice-Gerät durch.

Siehe auch