24DECLARE_REMOTE_PROTOCOL(Beo4)
28 TEMPLATABLE_VALUE(uint8_t, source)
29 TEMPLATABLE_VALUE(uint8_t, command)
30 TEMPLATABLE_VALUE(uint8_t, repeats)
34 data.source = this->source_.value(
x...);
35 data.command = this->command_.value(
x...);
36 data.repeats = this->repeats_.value(
x...);
37 Beo4Protocol().encode(dst, data);
void dump(const Beo4Data &data) override
optional< Beo4Data > decode(RemoteReceiveData src) override
void encode(RemoteTransmitData *dst, const Beo4Data &data) override
bool operator==(const Beo4Data &rhs) const