- #ifndef _CARDREADADAPTER_USER_ERRORCODE_H
- #define _CARDREADADAPTER_USER_ERRORCODE_H
- #pragma once
- #define CardReadAdapter_UserErrorCode_Start 0x21b00200
- #define CardReadAdapter_UserErrorCode_Read_Wrong_In_Working (CardReadAdapter_UserErrorCode_Start + 1) //在"Working"状态收到了Read指令(不正常)
- #define CardReadAdapter_UserErrorCode_Read_Wrong_In_Failed (CardReadAdapter_UserErrorCode_Start + 2) //在"Failed"状态收到了Read指令(不正常)
- #define CardReadAdapter_UserErrorCode_QueryCardInfo_Wrong_In_Working (CardReadAdapter_UserErrorCode_Start + 3) //在"Working"状态收到了QueryCardInfo指令(不正常)
- #define CardReadAdapter_UserErrorCode_QueryCardInfo_Wrong_In_Failed (CardReadAdapter_UserErrorCode_Start + 4) //在"Failed"状态收到了QueryCardInfo指令(不正常)
- #define CardReadAdapter_UserErrorCode_MayBe_ThreadPool_Wrong (CardReadAdapter_UserErrorCode_Start + 5) //可能线程池抛出时序异常
- #endif //_CARDREADADAPTER_USER_ERRORCODE_H
|