System.Bluetooth.TBluetoothLEManager.OnDiscoveryEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDiscoveryEnd: TDiscoveryLEEndEvent read FOnDiscoveryLEEnd write FOnDiscoveryLEEnd;

C++

__property TDiscoveryLEEndEvent OnDiscoveryEnd = {read=FOnDiscoveryLEEnd, write=FOnDiscoveryLEEnd};

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Description

Lorsque vous appelez StartDiscovery, vous démarrez une opération de détection pour trouver les périphériques distants via Bluetooth. OnDiscoveryEnd se produit lorsque l'opération de détection se termine.

Le gestionnaire d'événement de OnDiscoveryEnd reçoit les paramètres suivants :

Voir aussi