System.Beacon.TInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TInstance = array [0..5] of Byte;

C++

typedef System::StaticArray<System::Byte, 6> TInstance;

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 Instance identifier of an EddystoneUID beacon.

See Also