System.Bluetooth.TBluetoothGattServer.OnServiceAdded

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

Delphi

property OnServiceAdded: TGattServiceEvent read FOnGattServiceAdded write FOnGattServiceAdded;

C++

__property TGattServiceEvent OnServiceAdded = {read=FOnGattServiceAdded, write=FOnGattServiceAdded};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

AddService の呼び出しの結果 GATT サーバーにサーバーが追加された後に発生します。

OnServiceAddedイベント ハンドラは、次のパラメータを受け取ります:

  • Sender は GATT サーバーです。
  • AService は、GATT サーバーに追加されたサービス です。
  • AGattStatus は、追加操作の終了ステータスです。

関連項目