System.Tether.Manager.TTetheringManagerCommunicationThread.GetNetworkInfo

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

Delphi

function GetNetworkInfo(const Connection: string): TNetworkInfo; virtual;

C++

virtual TNetworkInfo* __fastcall GetNetworkInfo(const System::UnicodeString Connection);

プロパティ

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


説明

接続ステータスについての保存データを返します。

ローカル マネージャがリモート マネージャからのレスポンスを待っている場合、GetNetworkInfo は、その接続に対する新しい TNetworkInfo オブジェクトを作成し、待機中の ペアリング状態を追加し、マネージャ バージョンを 0 に設定します。

関連項目