1SC_DELETE_RECORD(3) OpenSC API reference SC_DELETE_RECORD(3)
2
3
4
6 sc_delete_record - Delete a record from a file
7
9 #include <opensc.h>
10
11 int sc_delete_record(struct sc_card *card, unsigned int rec_nr);
12
13
14
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
21 Returns 0 if successful, or a negative value in case of error.
22
23
24
25opensc 02/16/2010 SC_DELETE_RECORD(3)