Other Alias
freefare_strerror, freefare_strerror_rLIBRARY
Mifare card manipulation library (libfreefare, -lfreefare)SYNOPSIS
In freefare.h Ft const char * Fn freefare_strerror MifareTag tag Ft int Fn freefare_strerror_r MifareTag tag char *buffer size_t len Ft void Fn freefare_strerror MifareTag tag char *string Ft uint8_t Fn mifare_desfire_last_pcd_error MifareTag tag Ft uint8_t Fn mifare_desfire_last_picc_error MifareTag tagDESCRIPTION
The Fn freefare_strerror functions returns the error string corresponding to the last PCD or PICC error encounred using Vt tag .The Fn freefare_strerror_r functions does the same as Fn freefare_strerror but the error message is copied into Vt buffer for a maximum size of Vt len chars.
The Fn freefare_strerror function displays the last PCD or PICC error encounred using Vt tag to stderr.
The Fn mifare_desfire_last_pcd_error function returns the error code of the last function call from the library.
The Fn mifare_desfire_last_picc_error function returns the error code returned by the last command run on Vt tag .