API:System.Tether.TCPProtocol.TTetheringTCPProtocol.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Connect(const AProfile: TTetheringConnection): Boolean; override;

C++

virtual bool __fastcall Connect(System::Tether::Manager::TTetheringConnection* const AProfile);

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