System.Beacon.TBeaconAdvertiser.DoStopAdvertising
Delphi
function DoStopAdvertising: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoStopAdvertising(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TBeaconAdvertiser |
Description
Stops advertising proximity data in a specific GATT server.
Note: This is an abstract method that platform-specific subclasses of TBeaconAdvertiser implement.