libnfc/include/nfc
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 Rearrange source code. 2010-04-07 14:37:19 +00:00
Makefile.am directory include/nfc does not have iso7816.h file. 2011-09-12 19:50:21 +00:00
nfc-emulation.h Change byte_t type to uint8_t (Fixes Issue 147) 2011-11-24 10:54:42 +00:00
nfc-types.h nfc_device struct is not exposed as public API anymore (partial commit) 2011-12-15 16:02:38 +00:00
nfc.h less structs and defines publicly exposed 2011-12-19 00:23:21 +00:00