System.Tether.Comm.TTetheringCustomComm.Connect

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

Delphi

function Connect(const ATarget: string): Boolean; overload; // Only valid when is used as a client
function Connect(const ATarget: string; ATimeout: Integer): Boolean; overload; // Only valid when is used as a client

C++

bool __fastcall Connect(const System::UnicodeString ATarget)/* overload */;
bool __fastcall Connect(const System::UnicodeString ATarget, int ATimeout)/* overload */;

プロパティ

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

説明

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