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

TBeaconDevice is the class for the beacon device component.

TBeaconDevice allows to use a BLE device as a regular beacon. You can configure a TBeaconDevice component in an application that runs on a BLE device, so that this device advertises proximity data.

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

See Also