API:System.Tether.TCPProtocol.TTetheringTCPProtocol.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Connect(const AProfile: TTetheringConnection): Boolean; overload; override;
function Connect(const AProfile: TTetheringConnection; ATimeout: Integer): Boolean; overload; override;

C++

virtual bool __fastcall Connect(System::Tether::Manager::TTetheringConnection* const AProfile)/* overload */;
virtual bool __fastcall Connect(System::Tether::Manager::TTetheringConnection* const AProfile, int ATimeout)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Establishes a connection using the specified connection data.

System.Tether.TCPProtocol.TTetheringTCPProtocol.Connect inherits from System.Tether.Manager.TTetheringProtocol.Connect. All content below this line refers to System.Tether.Manager.TTetheringProtocol.Connect.

Establishes a connection using the specified connection data.

See Also