API:System.Tether.Manager.TTetheringProfile.Connect

From RAD Studio API Documentation

Delphi

function Connect(const AProfile: TTetheringProfileInfo; const AProtocolType: TTetheringProtocolType = '';
const AnAdapterType: TTetheringAdapterType = ''): Boolean; overload; virtual; abstract;
function Connect(const AProfile: TTetheringProfileInfo; ATimeout: Integer; const AProtocolType: TTetheringProtocolType = '';
const AnAdapterType: TTetheringAdapterType = ''): Boolean; overload; virtual; abstract;

C++

virtual bool __fastcall Connect(const TTetheringProfileInfo &AProfile, const TTetheringProtocolType AProtocolType = System::UnicodeString(), const TTetheringAdapterType AnAdapterType = System::UnicodeString()) = 0 /* overload */;
virtual bool __fastcall Connect(const TTetheringProfileInfo &AProfile, int ATimeout, const TTetheringProtocolType AProtocolType = System::UnicodeString(), const TTetheringAdapterType AnAdapterType = System::UnicodeString()) = 0 /* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.