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)。

関連項目