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

#include <rc6_protocol.h>

Public Member Functions

bool operator== (const RC6Data &rhs) const
 

Data Fields

uint8_t mode: 3
 
uint8_t toggle: 1
 
uint8_t address
 
uint8_t command
 

Detailed Description

Definition at line 8 of file rc6_protocol.h.

Member Function Documentation

◆ operator==()

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

Definition at line 14 of file rc6_protocol.h.

Field Documentation

◆ address

uint8_t esphome::remote_base::RC6Data::address

Definition at line 11 of file rc6_protocol.h.

◆ command

uint8_t esphome::remote_base::RC6Data::command

Definition at line 12 of file rc6_protocol.h.

◆ mode

uint8_t esphome::remote_base::RC6Data::mode

Definition at line 9 of file rc6_protocol.h.

◆ toggle

uint8_t esphome::remote_base::RC6Data::toggle

Definition at line 10 of file rc6_protocol.h.


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