25DECLARE_REMOTE_PROTOCOL(Beo4)
29 TEMPLATABLE_VALUE(uint8_t, source)
30 TEMPLATABLE_VALUE(uint8_t, command)
31 TEMPLATABLE_VALUE(uint8_t, repeats)
36 data.command = this->command_.value(
x...);
37 data.repeats = this->repeats_.value(
x...);
38 Beo4Protocol().encode(dst, data);
void dump(const Beo4Data &data) override
optional< Beo4Data > decode(RemoteReceiveData src) override
void encode(RemoteTransmitData *dst, const Beo4Data &data) override
Providing packet encoding functions for exchanging data with a remote host.
bool operator==(const Beo4Data &rhs) const