libchipcard  5.0.2
egkcard.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 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_EGKCARD_H
12 #define CHIPCARD_CARD_EGKCARD_H
13 
14 #include <chipcard/card.h>
15 #include <chipcard/cards/hipersonaldata.h>
16 #include <chipcard/cards/hiinsurancedata.h>
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
31 
42 
50 
68  const char *pin);
81 
84 
87  LC_HI_PERSONAL_DATA **pData);
88 
91  LC_HI_INSURANCE_DATA **pData);
92 
95  LC_HI_INSURANCE_DATA **pData);
96 
105 
108  GWEN_BUFFER *buf);
109 
112  GWEN_BUFFER *buf);
116  /* defgroup */
117 
118 
119 #ifdef __cplusplus
120 }
121 #endif
122 
123 
124 #endif /* CHIPCARD_CARD_EGKCARD_H */
125 
126