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

#include <ld2420.h>

Data Fields

uint8_t command
 
uint8_t status
 
uint32_t data [4]
 
uint8_t length
 
uint16_t error
 
volatile bool ack
 

Detailed Description

Definition at line 216 of file ld2420.h.

Field Documentation

◆ ack

volatile bool esphome::ld2420::LD2420Component::CmdReplyT::ack

Definition at line 222 of file ld2420.h.

◆ command

uint8_t esphome::ld2420::LD2420Component::CmdReplyT::command

Definition at line 217 of file ld2420.h.

◆ data

uint32_t esphome::ld2420::LD2420Component::CmdReplyT::data[4]

Definition at line 219 of file ld2420.h.

◆ error

uint16_t esphome::ld2420::LD2420Component::CmdReplyT::error

Definition at line 221 of file ld2420.h.

◆ length

uint8_t esphome::ld2420::LD2420Component::CmdReplyT::length

Definition at line 220 of file ld2420.h.

◆ status

uint8_t esphome::ld2420::LD2420Component::CmdReplyT::status

Definition at line 218 of file ld2420.h.


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