System.Bluetooth.TBluetoothAdapter.UnPair

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function UnPair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall UnPair(TBluetoothDevice* const ADevice);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter


Description

Demande d'annuler l'appairage du périphérique exécutant votre application au périphérique distant spécifié.

UnPair renvoie False si l'opération d'annulation de l'appairage échoue, ou True si l'opération d'annulation de l'appairage réussit.

Plates-formes prises en charge

Plate-forme Prise en charge

Windows 32 bits
Windows 64 bits

YesC++11Feature.png

OS X

Android

Voir aussi