System.Bluetooth.TBluetoothGattService.DoAddIncludedService
Delphi
function DoAddIncludedService(const AService: TBluetoothGattService): Boolean; virtual; abstract;
C++
virtual bool __fastcall DoAddIncludedService(TBluetoothGattService* const AService) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattService | 
説明
指定された被包含サービス(サービス内での他サービスの参照)を、このサービスの被包含サービスのリストに追加し、成功すれば True を、成功しなければ False を返します。