System.Bluetooth.Components.TBluetoothLE.DoOnReadRSSI

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoOnReadRSSI(const Sender: TObject; ARssiValue: Integer; AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnReadRSSI(System::TObject* const Sender, int ARssiValue, System::Bluetooth::TBluetoothGattStatus AGattStatus);

Propriétés

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


Description

Répartiteur de l'événement OnReadRSSI.

Votre composant TBluetoothLE appelle DoOnReadRssi quand l'événement OnReadRSSI d'un périphérique découvert se produit.

Ce répartiteur d'événement reçoit les paramètres suivants :

  • Sender est le périphérique distant.
  • ARssiValue est la valeur RSSI.
  • AGattStatus est le statut de sortie de l'opération de lecture RSSI.

Prise en charge de la plate-forme

Le composant TBluetoothLE n'appelle jamais DoOnReadRssi sur Windows.

Voir aussi