System.Tether.AppProfile.TTetheringAppProfile.OnStreamReceived

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

Delphi

procedure OnStreamReceived(const Sender: TObject; const AProfileId: string; const AStream: TStream; const ADescription: string); override;

C++

virtual void __fastcall OnStreamReceived(System::TObject* const Sender, const System::UnicodeString AProfileId, System::Classes::TStream* const AStream, const System::UnicodeString ADescription);

プロパティ

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


説明

このアプリケーション プロファイルに関連付けられているプロトコルOnStreamReceived イベントを処理します。

関連項目