System.Bluetooth.TBluetoothGattServer.CreateService

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

Delphi

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

C++

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

プロパティ

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


説明

指定の UUID を持つ、指定のサービス種別サービスを作成し、その新しいサービスを返します。

関連項目