User manual

NXP Semiconductors
UM10663
NXP Reader Library User Manual
UM10663
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2013. All rights reserved.
User Manual
COMPANY PUBLIC
Rev. 1.224 July 2013
257412
42 of 47
Read just written 16 byte data and copy them into
bReaderBuffer
. Since we have written
data into card EEPROM , we read the data without checking the format as well.
330
PH_CHECK_SUCCESS_FCT(status, phalMfc_Read(&alMfc, 4, bBufferReader));
Last possibility of SAK card type remains. If no MIFARE Classis, nor ISOp14443p4
compliant and activation was successful it must be Ultralight card.
343
else
344
{
345
debug_printf_msg("Mifare UltraLight card detected");
346
}
Activation failed due to no card in the field detected.
349
else
350
{
351
debug_printf_msg("No card detected");
352
}