|
NAMEfreefare_get_tags ,
freefare_get_tag_type ,
freefare_get_tag_friendly_name ,
freefare_get_tag_uid ,
freefare_free_tag ,
freefare_free_tags —
Generic target manipulation functions
LIBRARYMifare card manipulation library (libfreefare, -lfreefare)SYNOPSIS#include <freefare.h>
MifareTag *
enum mifare_tag_type { ULTRALIGHT, CLASSIC_1K, CLASSIC_4K }; enum mifare_tag_type freefare_get_tag_type (MifareTag
tag);
const char *
char *
void
void
DESCRIPTIONThefreefare_* () family of functions allow agnostic
access to the MifareTag present on a given NFC device.
Because of the nature of the target detection process, any
previously detected target will be in an inconsistent state after a call to
Information about a given MifareTag can be
gathered using the RETURN VALUESUnless stated otherwise, all functions return a value greater than or equal to 0 on success or -1 on failure.SEE ALSOfree(3), mifare_classic(3), mifare_ultralight(3)AUTHORSRomain Tartiere ⟨romain@blogreen.org⟩Romuald Conty ⟨romuald@libnfc.org⟩
Visit the GSP FreeBSD Man Page Interface. |