Definitions in nfc_types.h
Preprocessor macro definitions for the nfc_types.h header file in the libnfc library.
Definitions:
#define SERVER NFC_LLCP_SERVER
Deprecated:
Use NFC_LLCP_SERVER instead.
Server connection type. A Logical Link Control Protocol(LLCP) server waits for an LLCP client to connect to it. This #define is to maintain backwards compatibility only.#define CLIENT NFC_LLCP_CLIENT
Deprecated:
Use NFC_LLCP_CLIENT instead.
The Client connection type. An LLCP client attempts try to connect to a remote LLCP server. This #define is to maintain backwards compatibility only.#define SERVER_PASSIVE NFC_LLCP_SERVER_PASSIVE
Deprecated:
Use NFC_LLCP_SERVER_PASSIVE instead.
The Passive Server connection type. A passive LLCP server is an LLCP server which configures lower NFC Interface and Protocol (NFCIP1) layer to use only the target role. This #define is to maintain backwards compatibility only.