sc_unlock

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

sc_unlock - Unlock a card

SYNOPSIS

 #include <opensc.h>
 
 int sc_unlock(struct sc_card *card);
                 
 

DESCRIPTION

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

RETURN VALUE

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