API:System.Beacon.Components.TBeaconDevice

From RAD Studio API Documentation
Jump to: navigation, search

System.Beacon.Components.TCustomBeaconDeviceSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBeaconDevice

Delphi

TBeaconDevice = class(TCustomBeaconDevice)

C++

class PASCALIMPLEMENTATION TBeaconDevice : public TCustomBeaconDevice

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.

System.Beacon.Components.TBeaconDevice inherits from System.Beacon.Components.TCustomBeaconDevice. All content below this line refers to System.Beacon.Components.TCustomBeaconDevice. 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