sc_transmit_apdu

Langue: en

Autres versions - même langue

Version: 02/26/2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sc_transmit_apdu - Transmit an APDU structure

SYNOPSIS

 #include <opensc.h>
 
 int sc_transmit_apdu(struct sc_card *card, sc_apdu_t *apdu);
                 
 

DESCRIPTION

This function transmits the APDU in apdu to card.

RETURN VALUE

Returns 0 if successful, or a negative value in case of error.