System.Bluetooth.Components.TBluetooth.UnPair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnPair(const ADevice: TBluetoothDevice): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth

Description

The current adapter performs an UnPairing request to an ADevice.

See Also