System.Tether.Manager.TTetheringManager.OnPairedToRemote

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPairedToRemote: TTetheringManagerPairedEvent read FOnPairedToRemote write FOnPairedToRemote;

C++

__property TTetheringManagerPairedEvent OnPairedToRemote = {read=FOnPairedToRemote, write=FOnPairedToRemote};

Properties

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

Description

Occurs when a pairing operation started by your manager succeeds.

OnPairedToRemote occurs when the remote manager that received your pairing request accepts your pairing request.

The event handler of OnPairedToRemote receives the following parameters:

  • Sender is your manager.
  • AManagerInfo is an instance of TTetheringManagerInfo with information about the paired remote manager.

See Also