CardSwiper_UserErrorCode.h 703 B

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