- #ifndef _CARDSWIPER_USER_ERRORCODE_H
- #define _CARDSWIPER_USER_ERRORCODE_H
- #pragma once
- #define CardSwiper_UserErrorCode_Start 0x20200200
- #define CardSwiper_UserErrorCode_Wait_Too_Much_Time_After_AbortRead (CardSwiper_UserErrorCode_Start + 1)//AbortRead后等待时间过长
- #define CardSwiper_UserErrorCode_No_Encryted_Channel (CardSwiper_UserErrorCode_Start + 2) //未建立安全通道
- #define CardSwiper_UserErrorCode_Customer_Forget_Fectch_Card (CardSwiper_UserErrorCode_Start + 3) //客户超时未取卡
- #define CardSwiper_UserErrorCode_After_Bind_FWB_Initial_Failed (CardSwiper_UserErrorCode_Start + 4) //绑定后初始化蓝牙多合一失败
- #endif //_CARDSWIPER_USER_ERRORCODE_H
|