System.Tether.Manager.TTetheringManagerCommunicationThread.ProcessResponse

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

Delphi

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

C++

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

プロパティ

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


説明

リモート通信スレッドからの入力を処理します。


ProcessResponse は、リモート通信スレッドからの入ってきた情報を解析し、その情報をアダプタに回します。


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

  • AData は、リモート通信スレッドからの実際のデータで、文字列としてシリアライズされています。
  • RemoteConnectionString は、リモート データの元を一意に識別する文字列です。
メモ: TTetheringManagerCommunicationThread のサブクラスは、ProcessResponse をオーバーライドすることができます。たとえば、TTetheringNetworkManagerCommunicationThread.ProcessResponse です。

関連項目