System.Bluetooth.Components.TBluetoothLE.ReadRemoteRSSI

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ReadRemoteRSSI(const ADevice: TBluetoothLEDevice): Boolean;

C++

bool __fastcall ReadRemoteRSSI(System::Bluetooth::TBluetoothLEDevice* const ADevice);

Propriétés

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


Description

Lit la valeur RSSI (indication de force du signal reçu) depuis un périphérique distant. C'est une opération asynchrone, et dès que ReadRemoteRSSI est terminé, le callback OnReadRSSI est déclenché.

Support de la plate-forme

Cette fonction n'est pas prise en charge sur Windows.

Voir aussi