Open main menu

RAD Studio API Documentation β

System.Tether.Manager.TTetheringManager.DiscoverProfiles

Delphi

procedure DiscoverProfiles(const ARemoteManager: TTetheringManagerInfo; Timeout: Cardinal = 5000);

C++

void __fastcall DiscoverProfiles(const TTetheringManagerInfo &ARemoteManager, unsigned Timeout = (unsigned)(0x1388));

Properties

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

Description

Starts the discovery of remote profiles provided by the specified remote manager, with the specified maximum time (5 seconds by default).

After a pairing operation finishes successfully, your manager calls DiscoverProfiles.

DiscoverProfiles calls StartProfilesDiscovery on the local adapter used for connections to the specified remote manager. StartProfilesDiscovery sends the data from ProfilesInfo to the remote adapter. The remote adapter calls AddProfiles.

See Also