System.Tether.AppProfile.TTetheringAppProfile.OnStreamReceived
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);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp  | 
        System.Tether.AppProfile | TTetheringAppProfile | 
Description
Handles the OnStreamReceived event of a protocol associated with this application profile.