System.Tether.Manager.TTetheringManager.OnAuthErrorFromLocal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnAuthErrorFromLocal: TTetheringErrorAuthEvent read FOnAuthErrorFromLocal write FOnAuthErrorFromLocal;

C++

__property TTetheringErrorAuthEvent OnAuthErrorFromLocal = {read=FOnAuthErrorFromLocal, write=FOnAuthErrorFromLocal};

Propriétés

Type Visibilité  Source Unité  Parent
event published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager


Description

Se produit lors d'une opération d'appairage lorsque le gestionnaire distant qui démarre la demande d'appairage envoie un hachage de mot de passe qui ne correspond pas au hachage attendu, et que votre gestionnaire abandonne l'opération d'appairage.

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

Voir aussi