se_card_type_t
Card types.
Synopsis:
#include <nfc/nfc_types.h>
typedef enum {
SE_CARD_TYPE_OTHER = 1
SE_CARD_TYPE_PAYMENT = 2
SE_CARD_TYPE_ACCESS = 3
SE_CARD_TYPE_TRANSIT = 4
} se_card_type_t;Data:
- SE_CARD_TYPE_OTHER
- A card that does not fall into any of the below card types.
- SE_CARD_TYPE_PAYMENT
- A card that is used for payment.
- SE_CARD_TYPE_ACCESS
- A card that is used for physical access.
- SE_CARD_TYPE_TRANSIT
- A card type that is used for transit.
Library:
libnfcDescription:
This enumeration defines card types that can be emulated.