ContactlessCard_UserErrorCode.h 302 B

12345678
  1. #ifndef _CONTACTLESSCARD_USER_ERRORCODE_H
  2. #define _CONTACTLESSCARD_USER_ERRORCODE_H
  3. #pragma once
  4. #define ContactlessCard_UserErrorCode_Start 0x21300200
  5. #define ContactlessCard_UserErrorCode_Reset_Failed (ContactlessCard_UserErrorCode_Start + 1) //Resetʧ°Ü
  6. #endif //_CONTACTLESSCARD_USER_ERRORCODE_H