System.Beacon.TBeaconAdvertiser.GetInstance
Delphi
class function GetInstance(const AGattServer: TBluetoothGattServer = nil): TBeaconAdvertiser; virtual; abstract;
C++
virtual __classmethod TBeaconAdvertiser* __fastcall GetInstance(System::Bluetooth::TBluetoothGattServer* const AGattServer = (System::Bluetooth::TBluetoothGattServer*)(0x0)) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Beacon.pas System.Beacon.hpp |
System.Beacon | TBeaconAdvertiser |
Description
Gets an instance of the TBeaconAdvertiser for the current platform.
The implementation of this abstract method is platform-specific. It returns the TBeaconAdvertiser for the current platform of the beacon device.