System.Tether.Manager.TTetheringAdapter.SendNotification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SendNotification(const AManager: TTetheringManagerInfo; const AProfileId, ANotification, Data: string); virtual;

C++

virtual void __fastcall SendNotification(const TTetheringManagerInfo &AManager, const System::UnicodeString AProfileId, const System::UnicodeString ANotification, const System::UnicodeString Data);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


Description

Envoie la notification spécifiée au gestionnaire distant.

SendNotification envoie une requête de type TetheringNotification au gestionnaire distant (AManager).

Vous n'avez pas besoin d'appeler TTetheringAdapter.SendNotification, car il est automatiquement appelé lorsque vous appelez TTetheringManager.SendNotification sur le gestionnaire de votre adaptateur.

Remarque : Les sous-classes de TTetheringAdapter peuvent redéfinir SendNotification.

Voir aussi