System.Tether.Manager.TTetheringAdapter.SendNotification

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


説明

指定された通知をリモート マネージャに送信します。

SendNotification は、TetheringNotification 型のリクエストを、リモート マネージャ(AManager)に送信します。

TTetheringAdapter.SendNotification を呼び出す必要はありません。お使いのアダプタのマネージャに対して TTetheringManager.SendNotification を呼び出すと、これが自動的に呼び出されます。

メモ: TTetheringAdapter のサブクラスは、SendNotification をオーバーライドすることができます。

関連項目