System.Tether.Manager.TTetheringProtocol.Connect
Delphi
function Connect(const AProfile: TTetheringConnection): Boolean; overload; virtual; abstract;
function Connect(const AProfile: TTetheringConnection; ATimeout: Integer): Boolean; overload; virtual; abstract;
C++
virtual bool __fastcall Connect(TTetheringConnection* const AProfile) = 0 /* overload */;
virtual bool __fastcall Connect(TTetheringConnection* const AProfile, int ATimeout) = 0 /* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProtocol |
Beschreibung
Stellt eine Verbindung mit den angegebenen Verbindungsdaten her.