System.Bluetooth.TBluetoothGattService.CreateIncludedService

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

Delphi

function CreateIncludedService(const AnUUID: TBluetoothUUID; AType: TBluetoothServiceType): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall CreateIncludedService(const GUID &AnUUID, TBluetoothServiceType AType);

プロパティ

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


説明

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

関連項目