API:System.Beacon.TEddystoneTLM

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TEddystoneTLM = record

C++

struct DECLSPEC_DRECORD TEddystoneTLM
{
public:
    static _DELPHI_CONST System::Int8 EDDY_TLM_LEN = System::Int8(0xe);
    static _DELPHI_CONST System::Int8 EDDY_TLM_VERSION_POS = System::Int8(0x1);
    System::StaticArray<System::Byte, 13> EncodedTLM;
    System::Word BattVoltage;
    System::Word BeaconTemp;
    unsigned AdvPDUCount;
    unsigned TimeSincePowerOn;
    System::UnicodeString __fastcall BattVoltageToString();
    float __fastcall BeaconTempToSingle();
    System::UnicodeString __fastcall BeaconTempToString();
    System::UnicodeString __fastcall AdvPDUCountToString();
    System::Timespan::TTimeSpan __fastcall TimeSincePowerOnToTTimeSpan();
    System::UnicodeString __fastcall TimeSincePowerOnToString();
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !