System.Tether.Manager.TTetheringManager.OnAuthErrorFromLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAuthErrorFromLocal: TTetheringErrorAuthEvent read FOnAuthErrorFromLocal write FOnAuthErrorFromLocal;

C++

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

Properties

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

Description

Occurs during a pairing operation when the remote manager that starts the pairing request sends a password hash that does not match the expected hash, and as a result your manager aborts the pairing operation.

The event handler of OnAuthErrorFromLocal receives the following parameters:

See Also