| 1234567891011121314151617181920212223 |
- #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
- #define GPIO_UserErrorCode_WritePort_Failed 0x20900206
- #define GPIO_UserErrorCode_SetStatus_Failed 0x20900207
- #define GPIO_UserErrorCode_ReadPort_Failed 0x20900208
- #define GPIO_UserErrorCode_DetectStatus_Failed 0x20900209
- #define GPIO_UserErrorCode_Phone_HandUp 0x2090020A
- #define GPIO_UserErrorCode_Phone_HandUp_AtBegin 0x2090020B
- #define GPIO_UserErrorCode_Phone_PutDown 0x2090020C
- #endif //_CONTACTLESSCARD_USER_ERRORCODE_H
|