System.Bluetooth.TBluetoothGattServer.DoAddService

提供: RAD Studio API Documentation
2014年12月11日 (木) 17:17時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-16938/2014.12.09.DocWikiPages.APIs.JA-only)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function DoAddService(const AService: TBluetoothGattService): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddService(TBluetoothGattService* const AService) = 0 ;

プロパティ

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


説明

お使いの GATT サーバーに指定されたサービスを追加します。

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

関連項目