System.Tether.AppProfile.TTetheringAppProfile.DoOnIncomingData

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

Delphi

procedure DoOnIncomingData(const AProtocol: TTetheringProtocol; const AData: TBytes); override;

C++

virtual void __fastcall DoOnIncomingData(System::Tether::Manager::TTetheringProtocol* const AProtocol, const System::DynamicArray<System::Byte> AData);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

説明

指定されたプロトコル経由でリモート プロファイルから受信した、指定されたデータを処理します。

System.Tether.AppProfile.TTetheringAppProfile.DoOnIncomingData は System.Tether.Manager.TTetheringProfile.DoOnIncomingData を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.DoOnIncomingData を参照しています。

メモ: これは、TTetheringProfile のサブクラスで実装される抽象メソッドです。

指定されたプロトコル経由でリモート プロファイルから受信した、指定されたデータを処理します。

プロトコルは、リモート プロトコル経由でリモート プロファイルからデータを受信すると、自身のプロファイルDoOnIncomingData を呼び出します。DoOnIncomingData の呼び出しは常に、AProtocol によって行われます。