System.Beacon.TEddystoneTLM.EncodedTLM

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EncodedTLM: array[0..EDDY_TLM_LEN - (EDDY_TLM_VERSION_POS + 1)] of byte;

C++

System::StaticArray<System::Byte, 13> EncodedTLM;

Properties

Type Visibility Source Unit Parent
field public
System.Beacon.pas
System.Beacon.hpp
System.Beacon TEddystoneTLM

Description

Array of bytes with the encoded telemetry information associated with the TEddystoneTLM beacon.

See Also