System.Bluetooth.Components.TBluetooth.UnPair

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function UnPair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall UnPair(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 Trennungsanforderung von einem ADevice-Gerät durch.

Siehe auch