mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 15:40:29 -04:00
Support for ERT SCM+ meter protocol
This commit is contained in:
parent
fe1d296b48
commit
6201be82ea
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
Unknown = 0,
|
||||
IDM = 1,
|
||||
SCM = 2,
|
||||
SCMPLUS = 3,
|
||||
};
|
||||
|
||||
Packet(
|
||||
|
@ -80,7 +81,7 @@ private:
|
|||
const Reader reader_;
|
||||
const Type type_;
|
||||
|
||||
bool crc_ok_idm() const;
|
||||
bool crc_ok_ccitt() const;
|
||||
bool crc_ok_scm() const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue