针对G300 G400机器在Scanner 抽象类中增加清除错误接口

This commit is contained in:
lovelyyoung 2020-05-16 09:43:15 +08:00
parent e74350d1c5
commit b84ef9c843
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public:
virtual void ResetScanner() =0; virtual void ResetScanner() =0;
virtual bool Get_IsImageQueueEmpty() = 0; virtual bool Get_IsImageQueueEmpty() = 0;
virtual void reset() = 0; virtual void reset() = 0;
virtual void clear_hwerror() = 0;
virtual void setdecodepixtype(int twpixtype)= 0; virtual void setdecodepixtype(int twpixtype)= 0;
virtual UINT32 get_ErrorCode() = 0; virtual UINT32 get_ErrorCode() = 0;