System.Tether.AppProfile.TTetheringAppProfile.DoOnIncomingData
Delphi
procedure DoOnIncomingData(const AProtocol: TTetheringProtocol; const AData: TBytes); override;
C++
virtual void __fastcall DoOnIncomingData(System::Tether::Manager::TTetheringProtocol* const AProtocol, const System::DynamicArray<System::Byte> AData);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TTetheringAppProfile |
Description
Processes the specified data that came from a remote profile through the specified protocol. {{#multireplace:System.Tether.AppProfile.TTetheringAppProfile.DoOnIncomingData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringProfile.DoOnIncomingData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringProfile.DoOnIncomingData|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
- 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.