add initialization and deinitialization.
This commit is contained in:
parent
38bdfe3281
commit
d1b0e93e8e
2 changed files with 24 additions and 0 deletions
|
|
@ -62,6 +62,10 @@
|
|||
extern "C" {
|
||||
# endif // __cplusplus
|
||||
|
||||
/* Library initialization/deinitialization */
|
||||
NFC_EXPORT void nfc_init();
|
||||
NFC_EXPORT void nfc_exit();
|
||||
|
||||
/* NFC Device/Hardware manipulation */
|
||||
NFC_EXPORT bool nfc_get_default_device (nfc_connstring *connstring);
|
||||
NFC_EXPORT nfc_device *nfc_open (const nfc_connstring connstring);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue