System.Bluetooth.TBluetoothGattServer.DoServiceAdded

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

Delphi

procedure DoServiceAdded(AStatus: TBluetoothGattStatus; const AService: TBluetoothGattService); virtual; abstract;

C++

virtual void __fastcall DoServiceAdded(TBluetoothGattStatus AStatus, TBluetoothGattService* const AService) = 0 ;

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

OnServiceAdded イベントのディスパッチャです。

DoServiceAdded が呼び出されるのは、AddService の呼び出しの結果 GATT サーバーにサーバーが追加された後です。

このイベント ディスパッチャは次のパラメータを受け取ります。

関連項目