1
.\" Title: sc_format_apdu
3
.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
5
.\" Manual: OpenSC API reference
8
.TH "SC_FORMAT_APDU" "3" "09/10/2007" "opensc" "OpenSC API reference"
9
.\" disable hyphenation
11
.\" disable justification (adjust text to left margin only)
14
sc_format_apdu \- Populate an APDU structure
23
void sc_format_apdu(struct sc_card *card, sc_apdu_t *apdu,
24
int cse, int ins, int p1, int p2);
31
This function populates the sc_apdu_t structure pointed to by
34
\fIcard\fR. It does not allocate memory. The
40
parameters correspond to the respective APDU parameters as described in the ISO 7816 standard.