System.Tether.Manager.TTetheringProtocol.Connect

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


説明

指定された接続データを使用して、接続を確立します。

関連項目