System.Tether.Manager.TTetheringProfile.DoOnIncomingData
Delphi
procedure DoOnIncomingData(const AProtocol: TTetheringProtocol; const AData: TBytes); virtual; abstract;
C++
virtual void __fastcall DoOnIncomingData(TTetheringProtocol* const AProtocol, const System::DynamicArray<System::Byte> AData) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
- Note: This is an abstract method that subclasses of TTetheringProfile implement.
Processes the specified data that came from a remote profile through the specified protocol.
Protocols call DoOnIncomingData on their profile upon receiving data from a remote profile through a remote protocol. In any call to DoOnIncomingData, AProtocol
is the caller.