API:System.Tether.TCPProtocol.TTetheringTCPProtocol.Connect

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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

Description

Etablit une connexion à l'aide des données de connexion spécifiées.

System.Tether.TCPProtocol.TTetheringTCPProtocol.Connect hérite de System.Tether.Manager.TTetheringProtocol.Connect. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringProtocol.Connect.

Etablit une connexion à l'aide des données de connexion spécifiées.

Voir aussi