System.Bluetooth.TBluetoothGattServer.AdvertiseService

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

Delphi

property AdvertiseService: Boolean read FAdvertiseService write FAdvertiseService;

C++

__property bool AdvertiseService = {read=FAdvertiseService, write=FAdvertiseService, nodefault};

プロパティ

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


説明

GATT サーバーが、サービスが GATT サーバーに追加されたら広告を表示するべきなのか(True)、そのすべての広告が開始されるまで表示するべきでないのか(False)を示します。

関連項目