System.Beacon.TBeaconAdvertiser.DoStopAdvertising

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

Delphi

function DoStopAdvertising: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStopAdvertising(void) = 0 ;

プロパティ

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


説明

特定の GATT サーバーにおける近接度データのアドバタイズを停止します。

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

関連項目