Rechercher une page de manuel
sc_find_app_by_aid
Langue: en
Version: 02/26/2009 (fedora - 05/07/09)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
sc_find_app_by_aid - Find an application on a cardSYNOPSIS
-
#include <opensc.h> const sc_app_info_t *sc_find_app_by_aid(sc_card_t *card, const unsigned char *aid, size_t aid_len);
DESCRIPTION
This function finds an application on card by its aid. The AID's length is specified in aid_len.
Before calling this function, you MUST call sc_enum_apps() first.
RETURN VALUE
Returns a sc_app_info_t structure describing the application corresponding to aid, or NULL if none was found.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre