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

Se connecte à un profil distant en utilisant les données de connexion spécifiées. Elle renvoie True si la connexion réussit, ou False si la connexion échoue.

Voir aussi