NFC channel types.
Synopsis:
#include <nfc/nfc_types.h>
typedef enum {
NFC_CHANNEL_TYPE_UNKNOWN = -1
NFC_CHANNEL_TYPE_PUBLIC = 0
NFC_CHANNEL_TYPE_SE_UICC = 1
NFC_CHANNEL_TYPE_SE_EMBEDDED = 2
} nfc_channel_type_t;
Data:
- NFC_CHANNEL_TYPE_UNKNOWN
- Unknown channel type.
- NFC_CHANNEL_TYPE_PUBLIC
- A public channel used for communication.
- NFC_CHANNEL_TYPE_SE_UICC
- A secure channel used to communicate with universal integrated circuit card (UICC) secure element (SE) types.
- NFC_CHANNEL_TYPE_SE_EMBEDDED
- A secure channel used for embedded SEs.
Library:
libnfc (For the qcc command, use the -l nfc option to link against this library)
Description:
This enumeration defines the various NFC channels that are supported.