libnfc/include/nfc
Romuald Conty 55daa29a7c Allow to connect to a device using a connection string:
- Provide a nfc_get_default_device() that allow to grab the connstring stored
   in LIBNFC_DEFAULT_DEVICE environnement variable or returns the first
   available device if not set;
 - nfc_connect(NULL) now takes the default device (see
   nfc_get_default_device());
 - Removes nfc_driver_desc_t from public types
 - Defines nfc_connstring as char[1024]
 - examples/*: use nfc_connstring
 - examples/nfc-poll: now uses only the default device (instead of all devices
   availables)
 - Removes parse_args() from nfc-utils.[hc]
2011-10-17 13:03:56 +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 add C++ compatibility in include/nfc/nfc-emulation.h 2011-04-06 21:42:47 +00:00
nfc-types.h Allow to connect to a device using a connection string: 2011-10-17 13:03:56 +00:00
nfc.h Allow to connect to a device using a connection string: 2011-10-17 13:03:56 +00:00