System.Tether.Comm.TTetheringDataEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTetheringDataEvent = function(const Sender: TObject; const ADataBuffer: TClassicByteDynArray): TClassicByteDynArray of object;

C++

typedef System::Types::TClassicByteDynArray __fastcall (__closure *TTetheringDataEvent)(System::TObject* const Sender, const System::Types::TClassicByteDynArray ADataBuffer);

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 specified buffered data.

The following events require this event handler:

See Also