* uFR lib version 3.9.6
-BUGFix: isolated debug prints to console with prprocessing directive (macro DEBUG_STD). -Support for new DLogicCardType added: #define NFC_T2T_GENERIC 0x0C This type represent all NFC T2T tags which have Get Version NFC Command. From this firmware version all read/write operations (except in sector address mode which is reserved for Mifare Classic) with those tags are enabled. User must take care because no adres range protection applied in this case. Recomendation for users: call GET_NFC_T2T_VERSION before work with this type of tags. New exported functions are: UFR_STATUS GetNfcT2TVersion(uint8_t lpucVersionResponse[8]); UFR_STATUS GetNfcT2TVersionM(UFR_HANDLE hndUFR, uint8_t lpucVersionResponse[8]); New helper types and functions: typedef struct t2t_version_struct { uint8_t header; uint8_t vendor_id; uint8_t product_type; uint8_t product_subtype; uint8_t major_product_version; uint8_t minor_product_version; uint8_t storage_size; uint8_t protocol_type; } t2t_version_t; void NfcT2TSafeConvertVersion(t2t_version_t *version, const uint8_t *version_record); git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@15 70e0a68e-34dc-42a9-ac42-4afe8c0da599 Signed-off-by: zborac
parent
e76469e1
Please register or sign in to comment