System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.ProcessResponse

提供: RAD Studio API Documentation
2014年9月17日 (水) 00:56時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「{{#lst:API:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.ProcessResponse|api}} ==説明== {{#lsth:API:System.Tether.BluetoothAdapter.TTethe...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread

説明

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

System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.ProcessResponse は System.Tether.Manager.TTetheringManagerCommunicationThread.ProcessResponse を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringManagerCommunicationThread.ProcessResponse を参照しています。


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


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


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

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

関連項目