System.Beacon.TBeaconAdvertiser.DoStartAdvertising

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

Delphi

function DoStartAdvertising: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoStartAdvertising(void) = 0 ;

プロパティ

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


説明

特定の GATT サーバーを通じた近接度データのアドバタイズを開始します。

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

関連項目