System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse

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

Delphi

function ProcessResponse(const AData: string; var RemoteConnectionString: string): string; override;

C++

virtual System::UnicodeString __fastcall ProcessResponse(const System::UnicodeString AData, System::UnicodeString &RemoteConnectionString);

プロパティ

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


説明

マネージャ コマンド キューからのコマンド文字列を処理し、その情報をアダプタに渡します。


ProcessResponse は、次のパラメータを受け取ります:

  • AData は、処理するコマンド文字列です。
  • RemoteConnectionString は、コマンド文字列の IP アドレスとポートです。

関連項目