Add Scan complete notify.

This commit is contained in:
Krad
2022-06-01 10:01:25 +08:00
parent 2f4ca38162
commit 3b07cee4e6
5 changed files with 62 additions and 23 deletions

View File

@@ -90,6 +90,9 @@ public:
bool getScanConfirm();
void setScanConfirm(bool val);
bool getCompleteNotify();
void setCompleteNotify(bool val);
const char* getEmptyScanID();
void setEmptyScanID(const char* id);