System.Bluetooth.TBluetoothGattServer.DoClearServices

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

Delphi

procedure DoClearServices; virtual; abstract;

C++

virtual void __fastcall DoClearServices() = 0 ;

プロパティ

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


説明

お使いの GATT サーバーに既に追加したあらゆるサービスを削除します。

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

ClearServicesDoClearServices を呼び出します。

関連項目