System.Bluetooth.TBluetoothGattServer.OnServiceAdded
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 のイベント ハンドラは、次のパラメータを受け取ります:
関連項目
- System.Bluetooth.TGattServiceEvent
- System.Bluetooth.TBluetoothGattStatus
- System.Bluetooth.TBluetoothGattService