1SC_TRANSMIT_APDU(3) OpenSC API reference SC_TRANSMIT_APDU(3)
23
4
NAME
6sc_transmit_apdu - Transmit an APDU structure
7
SYNOPSIS
9#include <opensc.h>
1011
int sc_transmit_apdu(struct sc_card *card, sc_apdu_t *apdu);
1213
14
DESCRIPTION
16This function transmits the APDU in apdu to card.
17
RETURN VALUE
19Returns 0 if successful, or a negative value in case of error.
2021
22
23
opensc 05/04/2007 SC_TRANSMIT_APDU(3)