Man Linux: Main Page and Category List

NAME

       sc_format_apdu - Populate an APDU structure

SYNOPSIS

           #include <opensc.h>

           void sc_format_apdu(struct sc_card *card, sc_apdu_t *apdu,
                               int cse, int ins, int p1, int p2);

DESCRIPTION

       This function populates the sc_apdu_t structure pointed to by apdu on
       card. It does not allocate memory. The cse, ins, p1 and p2 parameters
       correspond to the respective APDU parameters as described in the ISO
       7816 standard.