System.Bluetooth.TBluetoothGattDescriptor.DoSetBroadcasts

提供: RAD Studio API Documentation
2015年1月24日 (土) 17:43時点におけるHonji (トーク | 投稿記録)による版 (1版: LOC-17145/2015.01.16 DocWikiPages_JA)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

関連項目