Add nfc_register_driver. Issue 137.
The nfc_register_driver allows users of the library to write their own device drivers without needing to resort to hacking libnfc itself.
This commit is contained in:
parent
8127a2ca63
commit
225094e2c8
4 changed files with 98 additions and 56 deletions
|
|
@ -42,6 +42,11 @@ typedef struct nfc_context nfc_context;
|
|||
*/
|
||||
typedef struct nfc_device nfc_device;
|
||||
|
||||
/**
|
||||
* NFC device driver
|
||||
*/
|
||||
typedef struct nfc_driver nfc_driver;
|
||||
|
||||
/**
|
||||
* Connection string
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue