Rechercher une page de manuel
sc_disconnect_card
Langue: en
Version: 02/26/2009 (fedora - 05/07/09)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
sc_disconnect_card - Disconnect from a smart cardSYNOPSIS
-
#include <opensc.h> int sc_disconnect_card(sc_card_t *card, int action);
DESCRIPTION
This function disconnects from card, and frees the card structure. Any locks made by the application must be released before calling this function.
The action parameter is not used at the moment and should be set to 0.
The card is not reset nor powered down after the operation.
RETURN VALUE
Returns 0 if successful, or a negative value in case of error.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre