- #ifndef _CONTACTLESSCARD_USER_ERRORCODE_H
- #define _CONTACTLESSCARD_USER_ERRORCODE_H
- #pragma once
- #define ContactlessCard_UserErrorCode_Start 0x21300200
- #define ContactlessCard_UserErrorCode_Reset_Failed (ContactlessCard_UserErrorCode_Start + 1) //Resetʧ°Ü
- #endif //_CONTACTLESSCARD_USER_ERRORCODE_H
|