|
NAMEmifare_application_alloc ,
mifare_application_find ,
mifare_application_free ,
mifare_application_read ,
mifare_application_write —
Mifare Applications Manipulation Functions
LIBRARYMifare card manipulation library (libfreefare, -lfreefare)SYNOPSIS#include <freefare.h>
MifareClassicSectorNumber *
void
MifareClassicSectorNumber *
ssize_t
ssize_t
DESCRIPTIONThemifare_application_* () functions facilitate
management of applications in a Mifare Application Directory.
The The list of the sectors previously allocated for
aid in a mad can be requested
using An application can be removed from a mad
using The The IMPLEMENTATION NOTESThemifare_application_alloc () function will try to
avoid wasting space and might not allocate sectors sequentially if a large
amount of space is requested and the target has sectors of different size.
The nbytes argument of
RETURN VALUESUnless stated otherwise, all functions return a value greater than or equal to 0 on success or -1 on failure.SEE ALSOmad(3), mifare_classic(3)AUTHORSRomain Tartiere ⟨romain@blogreen.org⟩Romuald Conty ⟨romuald@libnfc.org⟩
Visit the GSP FreeBSD Man Page Interface. |