System.Bluetooth.TBluetoothGattServer.DoIsAdvertising

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

Delphi

function DoIsAdvertising: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoIsAdvertising() = 0 ;

プロパティ

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


説明

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

GATT サーバーがサービスの広告をしているかTrue)、していないか(False)を示す論理値を返します。

GetIsAdvertising から DoIsAdvertising が呼び出されます。

関連項目