System.Bluetooth.TBluetoothGattDescriptor.DoSetBroadcasts

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

Delphi

procedure DoSetBroadcasts(const AValue: Boolean); virtual; abstract;

C++

virtual void __fastcall DoSetBroadcasts(const bool AValue) = 0 ;

プロパティ

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


説明

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

DoSetBroadcasts を呼び出すことができるのは、ディスクリプタの種類ServerConfiguration の場合だけです。

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

関連項目