System.Tether.AppProfile.TTetheringAppProfile.OnStreamReceived

提供: RAD Studio API Documentation
2016年3月7日 (月) 08:59時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-20352)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 イベントを処理します。

関連項目