mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Opionally allow the checksum to be copied.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user