System.Bluetooth.TBluetoothGattServer.IsAdvertising

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

Delphi

property IsAdvertising: Boolean read GetIsAdvertising;

C++

__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};

プロパティ

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


説明

GATT サーバーがサービスの広告をしているかTrue)、していないか(False)を示します。

関連項目