ESPHome  2024.4.0
Public Member Functions | Data Fields
esphome::remote_base::CanalSatData Struct Reference

#include <canalsat_protocol.h>

Inheritance diagram for esphome::remote_base::CanalSatData:
esphome::remote_base::CanalSatLDData

Public Member Functions

bool operator== (const CanalSatData &rhs) const
 

Data Fields

uint8_t device: 7
 
uint8_t address: 6
 
uint8_t repeat: 1
 
uint8_t command: 7
 

Detailed Description

Definition at line 8 of file canalsat_protocol.h.

Member Function Documentation

◆ operator==()

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

Definition at line 14 of file canalsat_protocol.h.

Field Documentation

◆ address

uint8_t esphome::remote_base::CanalSatData::address

Definition at line 10 of file canalsat_protocol.h.

◆ command

uint8_t esphome::remote_base::CanalSatData::command

Definition at line 12 of file canalsat_protocol.h.

◆ device

uint8_t esphome::remote_base::CanalSatData::device

Definition at line 9 of file canalsat_protocol.h.

◆ repeat

uint8_t esphome::remote_base::CanalSatData::repeat

Definition at line 11 of file canalsat_protocol.h.


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