System.Beacon.TBeaconAdvertiser.NamespaceGenerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NamespaceGenerator: TNamespaceGeneratorMethod read FNamespaceGenerator write FNamespaceGenerator;

C++

__property TNamespaceGeneratorMethod NamespaceGenerator = {read=FNamespaceGenerator, write=FNamespaceGenerator, nodefault};

Properties

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

Description

Represents the kind of generation for the EddystoneNamespace identifier.

The possible generator methods are:

  • ngNone: Uses the value in EddystoneNamespace as the 20-digit hexadecimal string that represents the 10-bytes namespace value.
  • ngHashFQDN: Uses the first 10 bytes of an SHA-1 hash of the fully-qualified domain name specified in EddystoneNamespace.
  • ngElidedUUID: Uses the GUID property and removes its bytes 5 - 10 (inclusive) to generate the 10-bytes namespace.

See Also