22DECLARE_REMOTE_PROTOCOL(Pioneer)
26 TEMPLATABLE_VALUE(uint16_t, rc_code_1)
27 TEMPLATABLE_VALUE(uint16_t, rc_code_2)
32 data.rc_code_2 = this->rc_code_2_.value(
x...);
33 PioneerProtocol().encode(dst, data);
void dump(const PioneerData &data) override
void encode(RemoteTransmitData *dst, const PioneerData &data) override
optional< PioneerData > decode(RemoteReceiveData src) override
Providing packet encoding functions for exchanging data with a remote host.
bool operator==(const PioneerData &rhs) const