System.Tether.Manager.TTetheringManager.OnAuthErrorFromRemote
Delphi
property OnAuthErrorFromRemote: TTetheringErrorAuthEvent read FOnAuthErrorFromRemote write FOnAuthErrorFromRemote;
C++
__property TTetheringErrorAuthEvent OnAuthErrorFromRemote = {read=FOnAuthErrorFromRemote, write=FOnAuthErrorFromRemote};
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 started by your manager when the remote manager aborts the pairing operation, usually because the password hash that your manager previously sends does not match the expected hash.
The event handler of OnAuthErrorFromRemote receives the following parameters:
Sender
is your manager.ManagerIdentifier
is the identifier of the remote manager that aborted the pairing operation.