System.Tether.Manager.TTetheringManager.PairManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PairManager(const ARemoteManager: TTetheringManagerInfo);

C++

void __fastcall PairManager(const TTetheringManagerInfo &ARemoteManager);

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