System.Beacon.Components.TCustomBeaconDevice.EddystoneNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EddystoneNamespace: string read FEddystoneNamespace write FEddystoneNamespace;

C++

__property System::UnicodeString EddystoneNamespace = {read=FEddystoneNamespace, write=FEddystoneNamespace};

Properties

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

Description

Represents the Namespace identifier for the EddystoneUID frame.

When NamespaceGenerator is set to ngNone, EddystoneNamespace must be a string of 20 hexadecimal digits representing 10 bytes.

See Also