|
NAMEfreefare_strerror ,
freefare_strerror_r ,
freefare_perror ,
mifare_desfire_last_picc_error —
Error Reporting Functions.
LIBRARYMifare card manipulation library (libfreefare, -lfreefare)SYNOPSIS#include <freefare.h>
const char *
int
void
uint8_t
uint8_t
DESCRIPTIONThefreefare_strerror () functions returns the error
string corresponding to the last PCD or PICC error encounred using
tag.
The The The The RETURN VALUESfreefare_strerror () returns the error message,
freefare_strerror_r () returns 0 on success, -1 on
failure; mifare_desfire_last_pcd_error () and
mifare_desfire_last_picc_error () return an error code
or 0 if no error occured or if tag is not a Mifare
DESFire target.
SEE ALSOfreefare(3),AUTHORSRomain Tartiere ⟨romain@il4p.org⟩
Visit the GSP FreeBSD Man Page Interface. |