From 8bded2526b9cf7b7d32b179c02c64c049b216237 Mon Sep 17 00:00:00 2001 From: pm <1002639516@qq.com> Date: Fri, 6 Dec 2019 20:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=8E=B7=E5=8F=96=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E5=BC=A0=E6=95=B0=E8=99=9A=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gscn_drv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gscn_drv.h b/gscn_drv.h index fe851c9..c52dc66 100644 --- a/gscn_drv.h +++ b/gscn_drv.h @@ -54,6 +54,7 @@ public: virtual void setdecodepixtype(int twpixtype)= 0; virtual UINT32 get_ErrorCode() = 0; virtual void Set_ErrorCode(UINT32 value) = 0; + virtual int get_scanned_num() = 0; };