1SC_ENUM_APPS(3)              OpenSC API reference              SC_ENUM_APPS(3)
2
3
4

NAME

6       sc_enum_apps - Enumerate the applications on a card
7

SYNOPSIS

9          #include <opensc.h>
10
11          int sc_enum_apps(struct sc_card *card);
12
13
14

DESCRIPTION

16       This function enumerates the applications on card, and stores them in
17       the structure. The list of applications can then later be searched with
18       sc_find_app_by_aid() or sc_find_pkcs15_app().
19

RETURN VALUE

21       Returns the number of applications on the card, or a negative value in
22       case of error.
23
24
25
26opensc                            05/04/2007                   SC_ENUM_APPS(3)
Impressum