libchipcard 5.1.6
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
20extern "C" {
21#endif
22
23
38
50
59
69
70
81GWEN_DB_NODE *LC_KVKCard_GetCardData(const LC_CARD *card);
82
85 LC_HI_PERSONAL_DATA **pPersonal,
86 LC_HI_INSURANCE_DATA **pInsurance);
87
89const char *LC_KvkCard_GetCardNumber(const LC_CARD *card);
90
92 /* defgroup */
94
95#ifdef __cplusplus
96}
97#endif
98
99
100#endif /* CHIPCARD_CARD_KVKCARD_P_H */
101
102
103
104
struct LC_CARD LC_CARD
Definition card.h:25
#define CHIPCARD_DEPRECATED
Definition chipcard.h:75
#define CHIPCARD_API
Definition chipcard.h:50
LC_CLIENT_RESULT
Definition client.h:40
struct LC_HI_INSURANCE_DATA LC_HI_INSURANCE_DATA
Definition hiinsurancedata.h:70
struct LC_HI_PERSONAL_DATA LC_HI_PERSONAL_DATA
Definition hipersonaldata.h:131
CHIPCARD_API CHIPCARD_DEPRECATED GWEN_DB_NODE * LC_KVKCard_GetCardData(const LC_CARD *card)
CHIPCARD_API LC_CLIENT_RESULT LC_KvkCard_ReadCardData(LC_CARD *card, LC_HI_PERSONAL_DATA **pPersonal, LC_HI_INSURANCE_DATA **pInsurance)
CHIPCARD_API LC_CLIENT_RESULT LC_KVKCard_Reopen(LC_CARD *card)
CHIPCARD_API int LC_KVKCard_ExtendCard(LC_CARD *card)
CHIPCARD_API int LC_KVKCard_UnextendCard(LC_CARD *card)
CHIPCARD_API const char * LC_KvkCard_GetCardNumber(const LC_CARD *card)