Add Anonymous mode

This commit is contained in:
kradchen
2023-09-15 11:42:40 +08:00
parent 6c5734396a
commit 3799130487
20 changed files with 467 additions and 116 deletions

View File

@@ -94,6 +94,9 @@ public:
bool getCompleteNotify();
void setCompleteNotify(bool val);
bool getAnonymousMode();
void setAnonymousMode(bool val);
const char* getEmptyScanID();
void setEmptyScanID(const char* id);