6 namespace remote_base {
20 void dump(
const NECData &data)
override;
27 TEMPLATABLE_VALUE(uint16_t,
address)
28 TEMPLATABLE_VALUE(uint16_t,
command)
33 data.
address = this->address_.value(
x...);
34 data.command = this->command_.value(
x...);
35 data.command_repeats = this->command_repeats_.value(
x...);
bool operator==(const NECData &rhs) const
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
Implementation of SPI Controller mode.
void encode(RemoteTransmitData *dst, const NECData &data) override