libnfc/utils
Romuald Conty bf7c36d9bb less structs and defines publicly exposed
- nfc_device is now an opaque type;
 - PN53x specific errors are not public anymore;
 - nfc_device_name() renamed to nfc_device_get_name() for the sake of consistency;
 - examples/*, utils/* uses the new nfc_device_get_name() function instead of access directly to struct's content;
 - new error defined: NFC_ERFTRANS for notifying about RF transmission error, its used by mifare.c to detect permissions error on mifare;
 - drivers initiator_transceive_bytes() function now returns libnfc's error code on failure (<0), and received bytes count on success (>=0);
 - remove some unused errors.
2011-12-19 00:23:21 +00:00
..
CMakeLists.txt Move nfc-emulate-forum-tag2 from utils to examples. 2011-11-24 10:27:02 +00:00
Makefile.am Move nfc-emulate-forum-tag2 from utils to examples. 2011-11-24 10:27:02 +00:00
mifare.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
mifare.h Remove whitespace after star symbol for pointers 2011-11-25 15:21:10 +00:00
nfc-emulate-forum-tag4.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-emulate-forum-tag4.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-list.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-list.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-mfclassic.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-mfclassic.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-mfsetuid.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-mfsetuid.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-mfultralight.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-mfultralight.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-read-forum-tag3.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-relay-picc.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-relay-picc.c less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00
nfc-utils.c Remove whitespace after star symbol for pointers 2011-11-25 15:21:10 +00:00
nfc-utils.h test/test_dep_active: fix multiple active DEP baudrates. 2011-12-14 10:31:08 +00:00