ESPHome
2024.10.2
|
#include <canalsat_protocol.h>
Public Member Functions | |
CanalSatProtocol () | |
Public Member Functions inherited from esphome::remote_base::CanalSatBaseProtocol | |
void | encode (RemoteTransmitData *dst, const CanalSatData &data) override |
optional< CanalSatData > | decode (RemoteReceiveData src) override |
void | dump (const CanalSatData &data) override |
Additional Inherited Members | |
Public Types inherited from esphome::remote_base::RemoteProtocol< CanalSatData > | |
using | ProtocolData = CanalSatData |
Protected Attributes inherited from esphome::remote_base::CanalSatBaseProtocol | |
uint16_t | frequency_ |
uint16_t | unit_ |
const char * | tag_ |
Definition at line 33 of file canalsat_protocol.h.
esphome::remote_base::CanalSatProtocol::CanalSatProtocol | ( | ) |
Definition at line 15 of file canalsat_protocol.cpp.