7 namespace remote_base {
37 TEMPLATABLE_VALUE(uint32_t,
address)
39 TEMPLATABLE_VALUE(uint8_t,
command)
40 TEMPLATABLE_VALUE(
bool,
vlow)
44 data.
address = this->address_.value(
x...);
45 data.encrypted = this->encrypted_.value(
x...);
46 data.command = this->command_.value(
x...);
47 data.vlow = this->vlow_.value(
x...);
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
bool operator==(const KeeloqData &rhs) const
Implementation of SPI Controller mode.
void encode(RemoteTransmitData *dst, const KeeloqData &data) override