InfraredTraits - Describes the capabilities of an infrared implementation.
More...
#include <infrared.h>
InfraredTraits - Describes the capabilities of an infrared implementation.
Definition at line 71 of file infrared.h.
◆ get_supports_receiver()
| bool esphome::infrared::InfraredTraits::get_supports_receiver |
( |
| ) |
const |
|
inline |
◆ get_supports_transmitter()
| bool esphome::infrared::InfraredTraits::get_supports_transmitter |
( |
| ) |
const |
|
inline |
◆ set_supports_receiver()
| void esphome::infrared::InfraredTraits::set_supports_receiver |
( |
bool | supports | ) |
|
|
inline |
◆ set_supports_transmitter()
| void esphome::infrared::InfraredTraits::set_supports_transmitter |
( |
bool | supports | ) |
|
|
inline |
◆ supports_receiver_
| bool esphome::infrared::InfraredTraits::supports_receiver_ {false} |
|
protected |
◆ supports_transmitter_
| bool esphome::infrared::InfraredTraits::supports_transmitter_ {false} |
|
protected |
The documentation for this class was generated from the following file: