ESPHome  2024.5.0
Data Fields
esphome::ld2420::LD2420Component::CmdFrameT Struct Reference

#include <ld2420.h>

Data Fields

uint32_t header {0}
 
uint16_t length {0}
 
uint16_t command {0}
 
uint8_t data [18]
 
uint16_t data_length {0}
 
uint32_t footer {0}
 

Detailed Description

Definition at line 153 of file ld2420.h.

Field Documentation

◆ command

uint16_t esphome::ld2420::LD2420Component::CmdFrameT::command {0}

Definition at line 156 of file ld2420.h.

◆ data

uint8_t esphome::ld2420::LD2420Component::CmdFrameT::data[18]

Definition at line 157 of file ld2420.h.

◆ data_length

uint16_t esphome::ld2420::LD2420Component::CmdFrameT::data_length {0}

Definition at line 158 of file ld2420.h.

◆ footer

uint32_t esphome::ld2420::LD2420Component::CmdFrameT::footer {0}

Definition at line 159 of file ld2420.h.

◆ header

uint32_t esphome::ld2420::LD2420Component::CmdFrameT::header {0}

Definition at line 154 of file ld2420.h.

◆ length

uint16_t esphome::ld2420::LD2420Component::CmdFrameT::length {0}

Definition at line 155 of file ld2420.h.


The documentation for this struct was generated from the following file: