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

NAME

6       sc_unlock - Unlock a card
7

SYNOPSIS

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

DESCRIPTION

16       This function unlocks card. That is, the lock count is decreased, and
17       the card unlocked if it reaches zero.
18

RETURN VALUE

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