System.Tether.Manager.TTetheringManagerCommunicationThread.GetNetworkInfoByManager

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

Delphi

function GetNetworkInfoByManager(const AManagerId: string): TNetworkInfo; virtual;

C++

virtual TNetworkInfo* __fastcall GetNetworkInfoByManager(const System::UnicodeString AManagerId);

プロパティ

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


説明

リモート マネージャとの接続の状態に関する格納データを返します。

リモート マネージャ AManagerId との接続の状態に関するデータがローカル マネージャに既に格納されている場合、GetNetworkInfoByManager は、そのマネージャ識別子に対応する TNetworkInfo を返します。

関連項目