System.Bluetooth.TBluetoothManager.OnDiscoveryEnd

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

__property TDiscoveryEndEvent OnDiscoveryEnd = {read=FOnDiscoveryEnd, write=FOnDiscoveryEnd};

Propriétés

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


Description

Quand vous appelez StartDiscovery, vous démarrez une opération de découverte pour trouver des périphériques distants en utilisant Bluetooth. OnDiscoveryEnd survient quand l'opération de découverte se termine.

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

Voir aussi