System.Tether.Manager.TTetheringAdapter.SetLocalConnectionString

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

Delphi

procedure SetLocalConnectionString(const ALocalConnection: string);

C++

void __fastcall SetLocalConnectionString(const System::UnicodeString ALocalConnection);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


説明

お使いのアダプタと同じ種類の他のアダプタで、お使いのアダプタへの接続に使用できる接続文字列を定義します。

たとえば、TTetheringNetworkAdapterCommon の場合は、アダプタのネットワーク アドレスとポート番号(たとえば "172.16.254.1:2020" など)が接続文字列になります。

関連項目