|
NAMEmifare_ultralight_connect ,
mifare_ultralight_disconnect ,
mifare_ultralight_read ,
mifare_ultralight_write , —
Mifare UltraLight Manipulation Functions
LIBRARYMifare card manipulation library (libfreefare, -lfreefare)SYNOPSIS#include <freefare.h>
int
int
int
int
DESCRIPTIONThemifare_ultralight_* () functions allows management of
Mifare UltraLight tags.
The A page of data can be
read from a tag using
After usage, a tag is deactivated using
RETURN VALUESUnless stated otherwise, all functions return a value greater than or equal to 0 on success or -1 on failure.SEE ALSOfreefare(3)AUTHORSRomain Tartiere ⟨romain@blogreen.org⟩Romuald Conty ⟨romuald@libnfc.org⟩
Visit the GSP FreeBSD Man Page Interface. |