#include <chipcard2-client/client/client_cd.h>

Go to the source code of this file.
Functions | |
Generic Request Functions | |
| GWEN_TYPE_UINT32 | LC_Client_SendRequest (LC_CLIENT *cl, LC_CARD *card, GWEN_TYPE_UINT32 serverId, GWEN_DB_NODE *dbReq) |
| GWEN_DB_NODE * | LC_Client_GetNextResponse (LC_CLIENT *cl, GWEN_TYPE_UINT32 rqid) |
| GWEN_DB_NODE * | LC_Client_WaitForNextResponse (LC_CLIENT *cl, GWEN_TYPE_UINT32 rqid, int timeout) |
| int | LC_Client_CheckForError (GWEN_DB_NODE *db) |
Special Requests | |
| GWEN_TYPE_UINT32 | LC_Client_SendTakeCard (LC_CLIENT *cl, LC_CARD *cd) |
| LC_CLIENT_RESULT | LC_Client_CheckTakeCard (LC_CLIENT *cl, GWEN_TYPE_UINT32 rid) |
| GWEN_TYPE_UINT32 | LC_Client_SendReleaseCard (LC_CLIENT *cl, LC_CARD *cd) |
| LC_CLIENT_RESULT | LC_Client_CheckReleaseCard (LC_CLIENT *cl, GWEN_TYPE_UINT32 rid) |
| GWEN_TYPE_UINT32 | LC_Client_SendSelectCardApp (LC_CLIENT *cl, LC_CARD *cd, const char *cardName, const char *appName) |
| LC_CLIENT_RESULT | LC_Client_CheckSelectCardApp (LC_CLIENT *cl, GWEN_TYPE_UINT32 rid) |
1.5.3