nfc.h   nfc.h 
skipping to change at line 131 skipping to change at line 131
#define ESMALLBUF 0x07 #define ESMALLBUF 0x07
#define EBUFOVF 0x09 #define EBUFOVF 0x09
#define ERFTIMEOUT 0x0a #define ERFTIMEOUT 0x0a
#define ERFPROTO 0x0b #define ERFPROTO 0x0b
#define EOVHEAT 0x0d #define EOVHEAT 0x0d
#define EINBUFOVF 0x0e #define EINBUFOVF 0x0e
#define EINVPARAM 0x10 #define EINVPARAM 0x10
#define EDEPUNKCMD 0x12 #define EDEPUNKCMD 0x12
#define EINVRXFRAM 0x13 #define EINVRXFRAM 0x13
#define EMFAUTH 0x14 #define EMFAUTH 0x14
#define ENSECNOTSUPP 0x18 // PN533 #define ENSECNOTSUPP 0x18 // PN533 only
#define EBCC 0x23 #define EBCC 0x23
#define EDEPINVSTATE 0x25 #define EDEPINVSTATE 0x25
#define EOPNOTALL 0x26 #define EOPNOTALL 0x26
#define ECMD 0x27 #define ECMD 0x27
#define ETGREL 0x29 #define ETGREL 0x29
#define ECID 0x2a #define ECID 0x2a
#define ECDISCARDED 0x2b #define ECDISCARDED 0x2b
#define ENFCID3 0x2c #define ENFCID3 0x2c
#define EOVCURRENT 0x2d #define EOVCURRENT 0x2d
#define ENAD 0x2e #define ENAD 0x2e
/* Software level errors */
#define ETGUIDNOTSUP 0x0100 /* Target UID not supported */
/* Common device-level errors */ /* Common device-level errors */
# define DEIO 0x1000/* Input/output error */ #define DEIO 0x1000 /* Input/output error */
# define DEINVAL 0x2000/* Invalid argument */ #define DEINVAL 0x2000 /* Invalid argument */
# define DETIMEOUT 0x3000/* Operation timeout */ #define DETIMEOUT 0x3000 /* Operation timeout */
# ifdef __cplusplus # ifdef __cplusplus
} }
# endif // __cplusplus # endif // __cplusplus
#endif // _LIBNFC_H_ #endif // _LIBNFC_H_
 End of changes. 3 change blocks. 
4 lines changed or deleted 7 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/