メインメニューを開く

RAD Studio API Documentation β

System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.ProcessResponse

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


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

  • AData は、リモート通信スレッドからの実際のデータで、文字列としてシリアライズされています。
  • RemoteConnectionString は、リモート データの元を一意に識別する文字列です。

関連項目