Here is a list of all modules:
Library initialization/deinitialization | This page details how to initialize and deinitialize libnfc. Initialization must be performed before using any libnfc functionality, and similarly you must not call any libnfc functions after deinitialization |
NFC Device/Hardware manipulation | The functionality documented below is designed to help with the following operations: |
NFC initiator | This page details how to act as "reader" |
NFC target | This page details how to act as tag (i.e. MIFARE Classic) or NFC target device |
Error reporting | Most libnfc functions return 0 on success or one of error codes defined on failure |
Special data accessors | The functionnality documented below allow to access to special data as device name or device connstring |
Properties accessors | The functionnality documented below allow to configure parameters and registers |
Miscellaneous | |
To-string converters | The functionnality documented below allow to retreive some information in text format |