#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_EvtDetect_Error 0x2090020D #endif //_CONTACTLESSCARD_USER_ERRORCODE_H