1SC_DELETE_RECORD(3)          OpenSC API reference          SC_DELETE_RECORD(3)
2
3
4

NAME

6       sc_delete_record - Delete a record from a file
7

SYNOPSIS

9          #include <opensc.h>
10
11          int sc_delete_record(struct sc_card *card, unsigned int rec_nr);
12
13
14

DESCRIPTION

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

RETURN VALUE

21       Returns 0 if successful, or a negative value in case of error.
22
23
24
25opensc                            05/04/2007               SC_DELETE_RECORD(3)
Impressum