System.Tether.AppProfile.TTetheringAppProfile.OnStreamReceived

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


Beschreibung

Behandelt das OnStreamReceived-Ereignis eines Protokolls, das diesem Anwendungsprofil zugeordnet ist.

Siehe auch