API:System.Tether.Manager.TTetheringProfile.Connect
Delphi
function Connect(const AProfile: TTetheringProfileInfo; const AProtocolType: TTetheringProtocolType = '';
const AnAdapterType: TTetheringAdapterType = ''): Boolean; overload; virtual; abstract;
function Connect(const AProfile: TTetheringProfileInfo; ATimeout: Integer; const AProtocolType: TTetheringProtocolType = '';
const AnAdapterType: TTetheringAdapterType = ''): Boolean; overload; virtual; abstract;
C++
virtual bool __fastcall Connect(const TTetheringProfileInfo &AProfile, const TTetheringProtocolType AProtocolType = System::UnicodeString(), const TTetheringAdapterType AnAdapterType = System::UnicodeString()) = 0 /* overload */;
virtual bool __fastcall Connect(const TTetheringProfileInfo &AProfile, int ATimeout, const TTetheringProtocolType AProtocolType = System::UnicodeString(), const TTetheringAdapterType AnAdapterType = System::UnicodeString()) = 0 /* overload */;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !