- #ifndef _GPIO_USER_ERRORCODE_H
- #define _GPIO_USER_ERRORCODE_H
- #pragma once
- #define GPIO_UserErrorCode_Start 0x20900200
- #define GPIO_UserErrorCode_LogInfoAboutTerm 0x20900201
- #define GPIO_UserErrorCode_RootInfo 0x20900202
- #define GPIO_UserErrorCode_Real_Root_Config 0x20900203
- //adapter func failed
- #define GPIO_UserErrorCode_DevOpen_Failed 0x20900204
- #define GPIO_UserErrorCode_GetDevCategory_Failed 0x20900205
- #endif //_CONTACTLESSCARD_USER_ERRORCODE_H
|