ESPHome
2024.10.2
|
#include <nec_protocol.h>
Public Member Functions | |
bool | operator== (const NECData &rhs) const |
Data Fields | |
uint16_t | address |
uint16_t | command |
uint16_t | command_repeats |
Definition at line 8 of file nec_protocol.h.
|
inline |
Definition at line 13 of file nec_protocol.h.
uint16_t esphome::remote_base::NECData::address |
Definition at line 9 of file nec_protocol.h.
uint16_t esphome::remote_base::NECData::command |
Definition at line 10 of file nec_protocol.h.
uint16_t esphome::remote_base::NECData::command_repeats |
Definition at line 11 of file nec_protocol.h.