System.Beacon.Components.TBeaconDevice.UUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UUID: string read GetUUID write SetUUID default 0;

C++

__property UUID = {default=0};

Properties

Type Visibility Source Unit Parent
property published
System.Beacon.Components.pas
System.Beacon.Components.hpp
System.Beacon.Components TBeaconDevice

Description

Represents the UUID value for TCustomBeaconDevice.

System.Beacon.Components.TBeaconDevice.UUID inherits from System.Beacon.Components.TCustomBeaconDevice.UUID. All content below this line refers to System.Beacon.Components.TCustomBeaconDevice.UUID. Represents the UUID value for TCustomBeaconDevice.

UUID is the unique identifier for a beacon or a group of beacons.

The value of UUID is of type String.

See Also