System.Tether.Manager.TTetheringProtocol.Connect

提供: RAD Studio API Documentation
2014年8月18日 (月) 10:17時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-15737)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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


説明

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

関連項目