System.Beacon.Components.TCustomBeaconDevice

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBeaconDevice

Delphi

TCustomBeaconDevice = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomBeaconDevice : public System::Classes::TComponent

Properties

Type Visibility Source Unit Parent
class public
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components System.Beacon.Components

Description

TCustomBeaconDevice is the base class for the TBeaconDevice component.

TCustomBeaconDevice allows to use a BLE device as a regular beacon. You can set specific properties in TCustomBeaconDevice for advertising proximity data in an application that runs on a BLE device.

The values for the proximity data can be specified in the following properties:

See Also