System.Tether.Comm.TTetheringStreamEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringStreamEvent = procedure(const Sender: TObject; const AInputStream, AOutputStream: TStream) of object;

C++

typedef void __fastcall (__closure *TTetheringStreamEvent)(System::TObject* const Sender, System::Classes::TStream* const AInputStream, System::Classes::TStream* const AOutputStream);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm System.Tether.Comm

Description

Type of event handler for pre-processing and post-processing the stream data.

The following events require this event handler:

See Also