libosmosim 1.11.0.30-c17053
Osmocom SIM library
|
descriptor for a given application present on a card More...
#include <sim.h>
Data Fields | |
struct llist_head | list |
member in card list of applications More... | |
uint8_t | aid [MAX_AID_LEN] |
AID of the application. More... | |
uint8_t | aid_len |
char * | label |
application label from EF_DIR More... | |
const struct osim_card_app_profile * | prof |
application profile (if any known) More... | |
descriptor for a given application present on a card
uint8_t osim_card_app_hdl::aid[MAX_AID_LEN] |
AID of the application.
Referenced by osim_card_hdl_add_app(), and osim_card_hdl_find_app().
uint8_t osim_card_app_hdl::aid_len |
Referenced by osim_card_hdl_add_app(), and osim_card_hdl_find_app().
char* osim_card_app_hdl::label |
application label from EF_DIR
Referenced by osim_card_hdl_add_app().
struct llist_head osim_card_app_hdl::list |
member in card list of applications
Referenced by osim_card_hdl_add_app(), and osim_card_hdl_find_app().
const struct osim_card_app_profile* osim_card_app_hdl::prof |
application profile (if any known)
Referenced by osim_card_hdl_add_app(), osim_print_sw_buf(), and osim_sw_class().