Opionally allow the checksum to be copied.

This commit is contained in:
Jonathan Naylor
2018-02-19 22:06:04 +00:00
parent edbc42e0bf
commit 8290db81fd
6 changed files with 29 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ public:
void encode(unsigned char* data, unsigned int offset) const;
void getData(unsigned char* data) const;
void getData(unsigned char* data, bool checksum = false) const;
void setData(const unsigned char* data);