sc_delete_record

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

sc_delete_record - Delete a record from a file

SYNOPSIS

 #include <opensc.h>
 
 int sc_delete_record(struct sc_card *card, unsigned int rec_nr);
                 
 

DESCRIPTION

This function deletes a record specified by rec_nr on card. This is not a standard ISO 7816 operation, and is currently only supported on the Oberthur smart cards.

RETURN VALUE

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