22DECLARE_REMOTE_PROTOCOL(RC5)
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...);
33 RC5Protocol().encode(dst, data);
optional< RC5Data > decode(RemoteReceiveData src) override
void dump(const RC5Data &data) override
void encode(RemoteTransmitData *dst, const RC5Data &data) override
bool operator==(const RC5Data &rhs) const