ESPHome  2024.3.1
Public Member Functions | Data Fields
esphome::remote_base::NECData Struct Reference

#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
 

Detailed Description

Definition at line 8 of file nec_protocol.h.

Member Function Documentation

◆ operator==()

bool esphome::remote_base::NECData::operator== ( const NECData rhs) const
inline

Definition at line 13 of file nec_protocol.h.

Field Documentation

◆ address

uint16_t esphome::remote_base::NECData::address

Definition at line 9 of file nec_protocol.h.

◆ command

uint16_t esphome::remote_base::NECData::command

Definition at line 10 of file nec_protocol.h.

◆ command_repeats

uint16_t esphome::remote_base::NECData::command_repeats

Definition at line 11 of file nec_protocol.h.


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