System.Bluetooth.TBluetoothGattServer.DoCreateIncludedService

提供: RAD Studio API Documentation
2014年12月10日 (水) 00:38時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-16933/2014.12.05.DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function DoCreateIncludedService(const AService: TBluetoothGattService; const AnUUID: TBluetoothUUID;
AType: TBluetoothServiceType): TBluetoothGattService; virtual; abstract;

C++

virtual TBluetoothGattService* __fastcall DoCreateIncludedService(TBluetoothGattService* const AService, const TBluetoothUUID &AnUUID, TBluetoothServiceType AType) = 0 ;

プロパティ

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


説明

指定された UUID を持つ指定されたサービス種別の組み込みサービス(サービスの参照)を作成し、その新しい組み込みサービスを指定のサービスの組み込みサービス リストに追加し、新しい組み込みサービスを返します。

メモ: これは、TBluetoothGattServer のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

関連項目