System.Beacon.TEddystoneTLM

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TEddystoneTLM = record

C++

struct DECLSPEC_DRECORD TEddystoneTLM
{
public:
    static const System::Int8 EDDY_TLM_LEN = System::Int8(0xe);
    static 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();
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Beacon.pas
System.Beacon.hpp
System.Beacon System.Beacon


説明

EddystoneTLM ビーコンと関連づけられた情報を格納するレコード型。

TEddystoneTLM は、 ビーコンがブロードキャストするテレメトリ(遠隔測定)情報を格納します。 テレメトリ データは、一団のビーコンの、調子および操作のステータスをモニタリングする際に便利です。

EddystoneTLM フレームにはビーコン識別子は含まれていませんので、識別子(EddystoneUID または EddystoneURL のいずれかの型の)を提供する識別子フレームとペアにしなければなりません。

関連項目