1SC_UNLOCK(3) OpenSC API reference SC_UNLOCK(3)
23
4
NAME
6sc_unlock - Unlock a card
7
SYNOPSIS
9#include <opensc.h>
1011
int sc_unlock(struct sc_card *card);
1213
14
DESCRIPTION
16This function unlocks card. That is, the lock count is decreased, and
17the card unlocked if it reaches zero.
18
RETURN VALUE
20Returns 0 if successful, or a negative value in case of error.
2122
23
24
opensc 02/16/2010 SC_UNLOCK(3)