libnfc/examples
Romain Tartiere a5676ecd94 Remove nfc_initiator_transceive_dep_bytes() and introduce NDO_EASY_FRAMING option.
Always use nfc_initiator_transceive_bytes(). If you where using advanced
features and already relying on nfc_initiator_transceive_bytes(), then your
code has to be updated to unset the NDO_EASY_FRAMING option.  See an example of
such a change in the libfreefare's repository:
http://code.google.com/p/nfc-tools/source/detail?r=566

Updates issue 106
Status: Feedback
Romuald: I am not sure about the option enum values.  I took 0x02 thinking it
would not hurt but am not really sure about that because I can see many 'holes'
in the sequence.
2010-09-03 16:13:36 +00:00
..
doc API change: nfc_initiator_select_tag() is now nfc_initiator_select_passive_target() AND nfc_initiator_deselect_tag() is now nfc_initiator_deselect_target() 2010-07-21 10:37:37 +00:00
CMakeLists.txt Fix CMake build. 2010-08-24 09:29:59 +00:00
Makefile.am Move all Mifare related code from libnfc API to examples: NFC is capable of Mifare, but Mifare is not NFC. 2010-06-15 15:33:22 +00:00
mifare.c Remove nfc_initiator_transceive_dep_bytes() and introduce NDO_EASY_FRAMING option. 2010-09-03 16:13:36 +00:00
mifare.h Start of work on error handling. 2010-07-26 12:41:46 +00:00
mifareultag.h Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-anticol.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-anticol.c Remove nfc_initiator_transceive_dep_bytes() and introduce NDO_EASY_FRAMING option. 2010-09-03 16:13:36 +00:00
nfc-emulate.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-emulate.c Detect errors in examples. 2010-08-18 17:22:13 +00:00
nfc-list.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-list.c Unbreak nfc-list on windows. 2010-08-24 09:23:48 +00:00
nfc-mfclassic.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-mfclassic.c Merge r551-563 from trunk. 2010-08-20 10:41:30 +00:00
nfc-mfultralight.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-mfultralight.c Detect errors in examples. 2010-08-18 17:22:13 +00:00
nfc-poll.c Update nfc-poll example to enhance unsupported features detection. 2010-08-20 10:16:52 +00:00
nfc-relay.1 Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-relay.c Detect errors in examples. 2010-08-18 17:22:13 +00:00
nfc-sam.1 Small improvements to nfc-sam stuff. 2010-07-26 08:55:43 +00:00
nfc-sam.c Detect errors in examples. 2010-08-18 17:22:13 +00:00
nfc-utils.c Add print_nfc_felica_info() and print_nfc_iso14443b_info() functions to nfc-utils (used by examples) 2010-08-18 12:50:40 +00:00
nfc-utils.h Add print_nfc_felica_info() and print_nfc_iso14443b_info() functions to nfc-utils (used by examples) 2010-08-18 12:50:40 +00:00
nfcip-initiator.c Remove nfc_initiator_transceive_dep_bytes() and introduce NDO_EASY_FRAMING option. 2010-09-03 16:13:36 +00:00
nfcip-target.c Fix a brunch of -Wextra warnings: 2010-04-07 15:08:04 +00:00
pn53x-diagnose.c Flag some problems in the examples. 2010-08-18 14:44:40 +00:00