System.Beacon.TNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNamespace = array[0..EDDY_UID_NAMESPACE_LEN - 1] of byte;

C++

typedef System::StaticArray<System::Byte, 10> TNamespace;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

Type used to represent the Namespace identifier of an EddystoneUID beacon.

See Also