API: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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。