23DECLARE_REMOTE_PROTOCOL(RC5)
27 TEMPLATABLE_VALUE(uint8_t,
address)
28 TEMPLATABLE_VALUE(uint8_t, command)
32 data.
address = this->address_.value(
x...);
33 data.command = this->command_.value(
x...);
34 RC5Protocol().encode(dst, data);
optional< RC5Data > decode(RemoteReceiveData src) override
void dump(const RC5Data &data) override
void encode(RemoteTransmitData *dst, const RC5Data &data) override
Providing packet encoding functions for exchanging data with a remote host.
bool operator==(const RC5Data &rhs) const