11 #ifndef CHIPCARD_CARD_CHIPTANUSB_H
12 #define CHIPCARD_CARD_CHIPTANUSB_H
14 #include <chipcard/card.h>
15 #include <chipcard/sharedstuff/pininfo.h>
16 #include <gwenhywfar/db.h>
31 unsigned char *pCommand,
int CommandSize, GWEN_BUFFER *buf);
struct LC_CARD LC_CARD
Definition: card.h:25
#define CHIPCARD_API
Definition: chipcard.h:50
CHIPCARD_API int LC_ChiptanusbCard_UnextendCard(LC_CARD *card)
CHIPCARD_API LC_CLIENT_RESULT LC_ChiptanusbCard_GenerateTan(LC_CARD *card, unsigned char *pCommand, int CommandSize, GWEN_BUFFER *buf)
CHIPCARD_API int LC_ChiptanusbCard_ExtendCard(LC_CARD *card)
CHIPCARD_API LC_CLIENT_RESULT LC_ChiptanusbCard_Reopen(LC_CARD *card)
LC_CLIENT_RESULT
Definition: client.h:40