System.Bluetooth.Components.TBluetooth.IsPaired
Delphi
function IsPaired(const ADevice: TBluetoothDevice): Boolean;
C++
bool __fastcall IsPaired(System::Bluetooth::TBluetoothDevice* const ADevice);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetooth |
Description
Renvoie True lorsque ADevice est appairé à l'adaptateur en cours, sinon renvoie False.