- #ifndef _GPIO_USER_ERRORCODE_H
- #define _GPIO_USER_ERRORCODE_H
- #pragma once
- #define GPIO_UserErrorCode_Start 0x20900200
- #define GPIO_UserErrorCode_LogInfoAboutTerm (GPIO_UserErrorCode_Start + 1)
- #define GPIO_UserErrorCode_RootInfo (GPIO_UserErrorCode_Start + 2)
- #define GPIO_UserErrorCode_Real_Root_Config (GPIO_UserErrorCode_Start + 3)
- //adapter func failed
- #define GPIO_UserErrorCode_DevOpen_Failed (GPIO_UserErrorCode_Start + 4)
- #define GPIO_UserErrorCode_GetDevCategory_Failed (GPIO_UserErrorCode_Start + 5)
- #endif //_CONTACTLESSCARD_USER_ERRORCODE_H
|