System.Beacon.Components.TBeaconDevice.EddystoneInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EddystoneInstance: string read FEddystoneInstance write FEddystoneInstance default 0;

C++

__property EddystoneInstance = {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 Instance identifier for the EddystoneUID frame.

System.Beacon.Components.TBeaconDevice.EddystoneInstance inherits from System.Beacon.Components.TCustomBeaconDevice.EddystoneInstance. All content below this line refers to System.Beacon.Components.TCustomBeaconDevice.EddystoneInstance. Represents the Instance identifier for the EddystoneUID frame.

EddystoneInstance must be a string of 12 hexadecimal digits representing 6 bytes.

See Also