1
.\" Title: sc_find_app_by_aid
3
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
5
.\" Manual: OpenSC API reference
8
.TH "SC_FIND_APP_BY_AID" "3" "02/26/2009" "opensc" "OpenSC API reference"
9
.\" disable hyphenation
11
.\" disable justification (adjust text to left margin only)
14
sc_find_app_by_aid \- Find an application on a card
23
const sc_app_info_t *sc_find_app_by_aid(sc_card_t *card,
24
const unsigned char *aid,
32
This function finds an application on
35
\fIaid\fR\&. The AID\'s length is specified in
38
Before calling this function, you MUST call
45
structure describing the application corresponding to
46
\fIaid\fR, or NULL if none was found\&.