System.Beacon.Components.TCustomBeaconDevice.InitWithGattServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitWithGattServer(AGattServer: TBluetoothGattServer);

C++

void __fastcall InitWithGattServer(System::Bluetooth::TBluetoothGattServer* AGattServer);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TCustomBeaconDevice

Description

Initializes TCustomBeaconDevice with an existing TBluetoothGattServer.

This method gets an instance of TBeaconAdvertiser with the GATT server that is in change of advertising proximity data of a beacon device.

AGattServer specifies the GATT server.

See Also