System.Tether.Manager.TTetheringManager.PairManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PairManager(const ARemoteManager: TTetheringManagerInfo); overload;
procedure PairManager(const ARemoteManager: TTetheringManagerInfo; ATimeout: Integer); overload;

C++

void __fastcall PairManager(const TTetheringManagerInfo &ARemoteManager)/* overload */;
void __fastcall PairManager(const TTetheringManagerInfo &ARemoteManager, int ATimeout)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Sends a pairing request to the specified remote manager.

PairManager sends a pairing request to ARemoteManager.

For more information about pairing and the pairing process, see Connecting to Remote Applications Using App Tethering.

See Also