libnfc/include/nfc
Romuald Conty 0265515a0c Abort mecanism is now implemented in driver layer:
iAbortFd file descriptor array have been removed from nfc_device_t;
nfc_abort_command() can now failed (return false);
nfc_abort_command() now call abort_command pointer from drivers;
pn532_uart and arygon drivers use a pipe-based mecanism (similar from previous one);
pn53x_usb driver use a boolean flag-based mecanism (the previous one does not work as expected);
pn53x_usb now print smarter messages on error at usb connection;
pn53x_usb now handle a strange case: sometimes, the first sent command is not ACKed by PN53x USB device, a dummy command is now sent.
2011-05-05 09:27:17 +00:00
..
CMakeLists.txt Rearrange source code. 2010-04-07 14:37:19 +00:00
Makefile.am Move nfc_emulate_target() from examples to the library. 2011-03-13 14:31:06 +00:00
nfc-emulation.h add C++ compatibility in include/nfc/nfc-emulation.h 2011-04-06 21:42:47 +00:00
nfc-types.h Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
nfc.h Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00