Tag connection types This enumeration defines tag connection types.
#include <nfc/nfc_types.h>
typedef enum {
TAG_CONN_ISO_14443_3 = 1
TAG_CONN_ISO_14443_4 = 2
TAG_CONN_NDEF = 3
TAG_CONN_ISO_15693_3 = 4
TAG_CONN_KOVIO = 5
} tag_connection_type_t;