API:System.Tether.AppProfile.TTetheringAppProfile.Notify

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

Delphi

procedure Notify(const ANotification, Data: string); override;

C++

virtual void __fastcall Notify(const System::UnicodeString ANotification, const System::UnicodeString Data);

プロパティ

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

説明

リモート プロファイルによって送信された通知を処理します。

System.Tether.AppProfile.TTetheringAppProfile.Notify は System.Tether.Manager.TTetheringProfile.Notify を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProfile.Notify を参照しています。


リモート プロファイルによって送信された通知を処理します。


Notify は、次のパラメータを受け取ります:

  • ANotification は、通知のタイプを表す文字列です。
  • Data は、通知の実際のデータを持つ文字列です。

TTetheringProfile の実装が異なると、通知の異なる組み込み型を定義し、異なる通知データをシリアライズします。例としては、TTetheringAppProfile.Notify を参照してください。

関連項目