From b84ef9c8435cb99ff077df6efebcde5d4dd1befe Mon Sep 17 00:00:00 2001 From: lovelyyoung <1002639516@qq.com> Date: Sat, 16 May 2020 09:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9G300=20G400=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E5=9C=A8Scanner=20=E6=8A=BD=E8=B1=A1=E7=B1=BB=E4=B8=AD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B8=85=E9=99=A4=E9=94=99=E8=AF=AF=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- huagao/Device/GScan.h | 1 + 1 file changed, 1 insertion(+) diff --git a/huagao/Device/GScan.h b/huagao/Device/GScan.h index e5400d26..ba458e57 100644 --- a/huagao/Device/GScan.h +++ b/huagao/Device/GScan.h @@ -46,6 +46,7 @@ public: virtual void ResetScanner() =0; virtual bool Get_IsImageQueueEmpty() = 0; virtual void reset() = 0; + virtual void clear_hwerror() = 0; virtual void setdecodepixtype(int twpixtype)= 0; virtual UINT32 get_ErrorCode() = 0;