System.Tether.Manager.TTetheringProfile.FindConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindConnection(const AProfile: TTetheringProfileInfo): TTetheringConnection; virtual;

C++

virtual TTetheringConnection* __fastcall FindConnection(const TTetheringProfileInfo &AProfile);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Returns the connection that provides access to the specified remote profile.

See Also