libchipcard
5.0.2
|
#include <chipcard/card.h>
#include <chipcard/cards/geldkarte_blog.h>
#include <chipcard/cards/geldkarte_llog.h>
#include <chipcard/cards/geldkarte_values.h>
Go to the source code of this file.
Functions | |
Extending Basic Card Object | |
CHIPCARD_API int | LC_GeldKarte_ExtendCard (LC_CARD *card) |
CHIPCARD_API int | LC_GeldKarte_UnextendCard (LC_CARD *card) |
CHIPCARD_API LC_CLIENT_RESULT | LC_GeldKarte_Reopen (LC_CARD *card) |
General Card Data | |
CHIPCARD_API GWEN_DB_NODE * | LC_GeldKarte_GetCardDataAsDb (const LC_CARD *card) |
CHIPCARD_API GWEN_BUFFER * | LC_GeldKarte_GetCardDataAsBuffer (const LC_CARD *card) |
CHIPCARD_API GWEN_DB_NODE * | LC_GeldKarte_GetAccountDataAsDb (const LC_CARD *card) |
CHIPCARD_API GWEN_BUFFER * | LC_GeldKarte_GetAccountDataAsBuffer (const LC_CARD *card) |
GeldKarte-specific Data | |
CHIPCARD_API LC_CLIENT_RESULT | LC_GeldKarte_ReadValues (LC_CARD *card, LC_GELDKARTE_VALUES *val) |
CHIPCARD_API LC_CLIENT_RESULT | LC_GeldKarte_ReadBLogs (LC_CARD *card, LC_GELDKARTE_BLOG_LIST2 *bll) |
CHIPCARD_API LC_CLIENT_RESULT | LC_GeldKarte_ReadLLogs (LC_CARD *card, LC_GELDKARTE_LLOG_LIST2 *bll) |