System.Tether.Manager.TTetheringProfile.OnBeforeSendData

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

Delphi

property OnBeforeSendData: TTetheringDataEvent read FOnBeforeSendData write FOnBeforeSendData;

C++

__property System::Tether::Comm::TTetheringDataEvent OnBeforeSendData = {read=FOnBeforeSendData, write=FOnBeforeSendData};

プロパティ

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


説明

アプリケーション プロファイルリモート アプリケーション プロファイルにデータを送信する前に行われる、データの後処理です。

OnBeforeSendData イベント用の関数を定義して、リモート アプリケーション プロファイルに送信する前に ADataBuffer を処理します。結果は処理済みのデータに入れられます。

メモ: このイベントの逆関数(OnAfterReceiveData)をリモート アプリケーション プロファイルで定義してください。

関連項目