System.Beacon.TBeaconAdvertiser.IsAdvertising

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsAdvertising: Boolean read GetIsAdvertising;

C++

__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TBeaconAdvertiser

Description

Indicates whether the GATT server is advertising the proximity data associated with the beacon device.

See Also