#include <chipcard2-client/client/card.h>
#include <chipcard2-client/client/client_cd.h>
#include <chipcard2-client/client/client_sv.h>
#include "apps/cardcontext_l.h"

Go to the source code of this file.
Functions | |
| LC_CARD * | LC_Card_new (LC_CLIENT *cl, GWEN_TYPE_UINT32 cardId, GWEN_TYPE_UINT32 serverId, const char *cardType, GWEN_TYPE_UINT32 rflags, GWEN_BUFFER *atr) |
| LC_CARDCONTEXT * | LC_Card_GetContext (const LC_CARD *cd) |
| void | LC_Card_SetContext (LC_CARD *cd, LC_CARDCONTEXT *ctx) |
| void | LC_Card_ResetCardId (LC_CARD *cd) |
| GWEN_TYPE_UINT32 | LC_Card_GetServerId (const LC_CARD *cd) |
| void | LC_Card_SetCardType (LC_CARD *cd, const char *ct) |
| void | LC_Card_SetLastResult (LC_CARD *cd, const char *result, const char *text, int sw1, int sw2) |
| int | LC_Card_AddCardType (LC_CARD *cd, const char *s) |
| int LC_Card_AddCardType | ( | LC_CARD * | cd, | |
| const char * | s | |||
| ) |
| LC_CARDCONTEXT* LC_Card_GetContext | ( | const LC_CARD * | cd | ) |
| GWEN_TYPE_UINT32 LC_Card_GetServerId | ( | const LC_CARD * | cd | ) |
| LC_CARD* LC_Card_new | ( | LC_CLIENT * | cl, | |
| GWEN_TYPE_UINT32 | cardId, | |||
| GWEN_TYPE_UINT32 | serverId, | |||
| const char * | cardType, | |||
| GWEN_TYPE_UINT32 | rflags, | |||
| GWEN_BUFFER * | atr | |||
| ) |
| void LC_Card_ResetCardId | ( | LC_CARD * | cd | ) |
| void LC_Card_SetCardType | ( | LC_CARD * | cd, | |
| const char * | ct | |||
| ) |
| void LC_Card_SetContext | ( | LC_CARD * | cd, | |
| LC_CARDCONTEXT * | ctx | |||
| ) |
| void LC_Card_SetLastResult | ( | LC_CARD * | cd, | |
| const char * | result, | |||
| const char * | text, | |||
| int | sw1, | |||
| int | sw2 | |||
| ) |
1.5.3