| 1234567891011121314151617181920 |
- #ifndef RVC_PORTABLESCANNER_USEREVENTCODE_H_
- #define RVC_PORTABLESCANNER_USEREVENTCODE_H_
- #define NORMAL_DEVICE_ID 0
- #define HANVON_DEVICE_ID 1 /*han wang*/
- #define KGR_DEVICE_ID 2 /*great wall*/
- #define ELOAM_DEVICE_ID 3 /*liangtian*/
- #define OPEN_CAMERA_FAILED 1
- #define START_PREVIEW_FAILED 2
- #define STOP_PREVIEW_FAILED 3
- #define PREVIEWING_OCCURS_EXCEPTION 4
- #define SCAN_IMAGE_FAILED 5
- #define SCAN_IMAGE_EX_FAILED 6
- #define RESET_CAMERE_FAILED 7
- #endif //RVC_PORTABLESCANNER_USEREVENTCODE_H_
|