System.Bluetooth.TBluetoothAdapter.UnPair
Delphi
function UnPair(const ADevice: TBluetoothDevice): Boolean;
C++
bool __fastcall UnPair(TBluetoothDevice* const ADevice);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothAdapter |
Description
Requests to unpair the device running your application from the specified remote device.
UnPair returns False
if the unpairing operation fails, or True
if the unpairing operation succeeds.
Platform Support
Platform | Supported |
---|---|
32-bit Windows |
|
OS X |
|
Android |