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

#include <aeha_protocol.h>

Public Member Functions

bool operator== (const AEHAData &rhs) const
 

Data Fields

uint16_t address
 
std::vector< uint8_t > data
 

Detailed Description

Definition at line 10 of file aeha_protocol.h.

Member Function Documentation

◆ operator==()

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

Definition at line 14 of file aeha_protocol.h.

Field Documentation

◆ address

uint16_t esphome::remote_base::AEHAData::address

Definition at line 11 of file aeha_protocol.h.

◆ data

std::vector<uint8_t> esphome::remote_base::AEHAData::data

Definition at line 12 of file aeha_protocol.h.


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