libchipcard  5.0.2
kvkcard.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Sun Jun 13 2004
3  copyright : (C) 2004-2010 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef CHIPCARD_CARD_KVKCARD_H
12 #define CHIPCARD_CARD_KVKCARD_H
13 
14 #include <chipcard/card.h>
15 #include <chipcard/cards/hipersonaldata.h>
16 #include <chipcard/cards/hiinsurancedata.h>
17 
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 
38 
50 
59 
81 GWEN_DB_NODE *LC_KVKCard_GetCardData(const LC_CARD *card);
82 
85  LC_HI_PERSONAL_DATA **pPersonal,
86  LC_HI_INSURANCE_DATA **pInsurance);
87 
89 const char *LC_KvkCard_GetCardNumber(const LC_CARD *card);
90 
93  /* defgroup */
94 
95 #ifdef __cplusplus
96 }
97 #endif
98 
99 
100 #endif /* CHIPCARD_CARD_KVKCARD_P_H */
101 
102 
103 
104