System.Tether.AppProfile.TTetheringAppProfile.DoOnIncomingData

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile

Description

Traite les données spécifiées provenant d'un profil distant via le protocole spécifié.

System.Tether.AppProfile.TTetheringAppProfile.DoOnIncomingData hérite de System.Tether.Manager.TTetheringProfile.DoOnIncomingData. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringProfile.DoOnIncomingData.

Remarque : Il s'agit d'une méthode abstraite que les sous-classes de TTetheringProfile implémentent.

Traite les données spécifiées provenant d'un profil distant via le protocole spécifié.

Les protocoles appellent DoOnIncomingData sur leur profil après avoir reçu des données depuis un profil distant via un protocole distant. Dans tout appel à DoOnIncomingData, AProtocol est l'appelant.