implement 6xE0 command

This commit is contained in:
Martin Michelsen
2023-11-14 20:37:49 -08:00
parent ba3016f89c
commit 62d484472f
9 changed files with 127 additions and 9 deletions
+1
View File
@@ -111,6 +111,7 @@ struct ItemData { // 0x14 bytes
void clear();
static ItemData from_data(const std::string& data);
std::string hex() const;
uint32_t primary_identifier() const;