6 namespace remote_base {
19 void dump(
const DishData &data)
override;
26 TEMPLATABLE_VALUE(uint8_t,
address)
27 TEMPLATABLE_VALUE(uint8_t,
command)
31 data.
address = this->address_.value(
x...);
32 data.command = this->command_.value(
x...);
bool operator==(const DishData &rhs) const
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
Implementation of SPI Controller mode.
void encode(RemoteTransmitData *dst, const DishData &data) override