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