Types of card emulation an application can perform.
Synopsis:
typedef enum {
APP_CATEGORY_OTHER = 1
APP_CATEGORY_PAYMENT = 2
APP_CATEGORY_ACCESS = 3
APP_CATEGORY_TRANSIT = 4
APP_CATEGORY_LOYALTY = 5
} app_category_type_t;
Data:
- APP_CATEGORY_OTHER
- The application does not use any of the specified types below.
- APP_CATEGORY_PAYMENT
- The application is used for payment.
- APP_CATEGORY_ACCESS
- The application is used for physical access.
- APP_CATEGORY_TRANSIT
- The application is used for transit.
- APP_CATEGORY_LOYALTY
- The application is used for loyalty cards.
Library:
libnfc (For the qcc command, use the -l nfc option to link against this library)
Description:
This enumeration describes the types of card emulation an application can perform.