System.Tether.Manager.TTetheringProtocol.OnAfterReceiveData

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

Delphi

property OnAfterReceiveData: TTetheringDataEvent read FOnAfterReceiveData write FOnAfterReceiveData;

C++

__property System::Tether::Comm::TTetheringDataEvent OnAfterReceiveData = {read=FOnAfterReceiveData, write=FOnAfterReceiveData};

プロパティ

種類 可視性 ソース ユニット
event public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol


説明

リモート プロトコルから受信した入力データの前処理です。

OnAfterReceiveData イベント用の関数を定義して、DataBuffer の中の受信データに対してリモート プロトコルで行われた処理に応じた処理を行い、処理済みのデータを Result として返します。

メモ: この関数は、送信前にリモート プロトコルでデータが処理されている場合に定義してください。

関連項目