26DECLARE_REMOTE_PROTOCOL(Symphony)
30 TEMPLATABLE_VALUE(uint32_t, data)
31 TEMPLATABLE_VALUE(uint8_t, nbits)
32 TEMPLATABLE_VALUE(uint8_t, repeats)
36 data.
data = this->data_.value(
x...);
37 data.nbits = this->nbits_.value(
x...);
38 data.repeats = this->repeats_.value(
x...);
39 SymphonyProtocol().encode(dst, data);
void encode(RemoteTransmitData *dst, const SymphonyData &data) override
optional< SymphonyData > decode(RemoteReceiveData src) override
void dump(const SymphonyData &data) override
Providing packet encoding functions for exchanging data with a remote host.
bool operator==(const SymphonyData &rhs) const