mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Support for ERT SCM+ meter protocol
This commit is contained in:
parent
fe1d296b48
commit
6201be82ea
@ -45,6 +45,7 @@ public:
|
|||||||
Unknown = 0,
|
Unknown = 0,
|
||||||
IDM = 1,
|
IDM = 1,
|
||||||
SCM = 2,
|
SCM = 2,
|
||||||
|
SCMPLUS = 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
Packet(
|
Packet(
|
||||||
@ -80,7 +81,7 @@ private:
|
|||||||
const Reader reader_;
|
const Reader reader_;
|
||||||
const Type type_;
|
const Type type_;
|
||||||
|
|
||||||
bool crc_ok_idm() const;
|
bool crc_ok_ccitt() const;
|
||||||
bool crc_ok_scm() const;
|
bool crc_ok_scm() const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user