System.Bluetooth.TBluetoothGattService.DoAddIncludedService

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

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 を返します。

関連項目