System.Bluetooth.TBluetoothGattDescriptor.Broadcasts

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

Delphi

property Broadcasts: Boolean read GetBroadcasts write SetBroadcasts;

C++

__property bool Broadcasts = {read=GetBroadcasts, write=SetBroadcasts, nodefault};

プロパティ

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


説明

リモート サーバーがその広告データの中にこのディスクリプタを提供するキャラクタリスティックを含むように構成されているか(True)、構成されていないか(False)を示します。

Broadcasts プロパティの値を読み取ることができるのは、ディスクリプタの種類ServerConfiguration の場合だけです。

関連項目