System.Bluetooth.TBluetoothGattDescriptor.DoGetBroadcasts

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

Delphi

function DoGetBroadcasts: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetBroadcasts() = 0 ;

プロパティ

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


説明

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

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

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

関連項目