System.Tether.Manager.TTetheringAdapter.SendNotification

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Sends the specified notification to the remote manager.

SendNotification sends a request of type TetheringNotification to the remote manager (AManager).

You do not need to call TTetheringAdapter.SendNotification, it is called automatically when you call TTetheringManager.SendNotification on the manager of your adapter.

Note: Subclasses of TTetheringAdapter may override SendNotification.

See Also