System.Tether.Manager.TTetheringProfile.OnAfterReceiveData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterReceiveData: TTetheringDataEvent read FOnAfterReceiveData write FOnAfterReceiveData;

C++

__property System::Tether::Comm::TTetheringDataEvent OnAfterReceiveData = {read=FOnAfterReceiveData, write=FOnAfterReceiveData};

Properties

Type Visibility Source Unit Parent
event published
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Preprocessing of the data that occurs when the application profile receives data from a remote application profile.

Define a function for the OnAfterReceiveData event to process the received ADataBuffer, according to the processing done in the remote application profile, and then return processed (or equivalent) data.

Note: Define this function if in the remote application profile the data is processed before being sent.

See Also