Gpio_UserErrorCode.h 744 B

1234567891011121314151617181920
  1. #ifndef _GPIO_USER_ERRORCODE_H
  2. #define _GPIO_USER_ERRORCODE_H
  3. #pragma once
  4. #define GPIO_UserErrorCode_Start 0x20900200
  5. #define GPIO_UserErrorCode_LogInfoAboutTerm 0x20900201
  6. //#define GPIO_UserErrorCode_RootInfo 0x20900202
  7. #define GPIO_UserErrorCode_Real_Root_Config 0x20900203
  8. //adapter func failed
  9. #define GPIO_UserErrorCode_DevOpen_Failed 0x20900204
  10. #define GPIO_UserErrorCode_GetDevCategory_Failed 0x20900205
  11. #define GPIO_UserErrorCode_WritePort_Failed 0x20900206
  12. #define GPIO_UserErrorCode_SetStatus_Failed 0x20900207
  13. #define GPIO_UserErrorCode_ReadPort_Failed 0x20900208
  14. #define GPIO_UserErrorCode_DetectStatus_Failed 0x20900209
  15. #define GPIO_UserErrorCode_EvtDetect_Error 0x2090020D
  16. #endif //_CONTACTLESSCARD_USER_ERRORCODE_H