增加获取扫描张数虚函数

This commit is contained in:
pm 2019-12-06 20:16:32 +08:00
parent 14d1b4e804
commit 8bded2526b
1 changed files with 1 additions and 0 deletions

View File

@ -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;
};