man sc_disconnect_card (Fonctions bibliothèques) - Disconnect from a smart card
NAME
sc_disconnect_card - Disconnect from a smart card
SYNOPSIS
#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.