libchipcard  5.1.5rc2
chiptanusb.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Thu Jan 09 2020
3  copyright : (C) 2020 by Herbert Ellebruch
4  email :
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef CHIPCARD_CARD_CHIPTANUSB_H
12 #define CHIPCARD_CARD_CHIPTANUSB_H
13 
14 #include <chipcard/card.h>
15 #include <chipcard/sharedstuff/pininfo.h>
16 #include <gwenhywfar/db.h>
17 
18 
25 
31  unsigned char *pCommand, int CommandSize, GWEN_BUFFER *buf);
32 
33 #endif
34 
35 
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