code_app/modules/sane_user/HGSaneErr.h

11 lines
207 B
C

#ifndef __HGSANEERR_H__
#define __HGSANEERR_H__
/* 一般错误 */
#define HGSANE_ERR_FAIL 0x00004001L
/* 设备离线 */
#define HGSANE_ERR_DEVICEOFFLINE 0x00004002L
#endif /* __HGSANEERR_H__ */