|
libchipcard 5.1.6
|

Go to the source code of this file.
Functions | |
| LC_CLIENT_RESULT | LC_Client_ExecApdu (LC_CLIENT *cl, LC_CARD *card, const char *apdu, unsigned int len, GWEN_BUFFER *rbuf, LC_CLIENT_CMDTARGET t) |
| LC_CLIENT_RESULT | LC_Client_BuildApdu (LC_CLIENT *cl, LC_CARD *card, const char *command, GWEN_DB_NODE *cmdData, GWEN_BUFFER *gbuf) |
| LC_CLIENT_RESULT | LC_Client_ExecCommand (LC_CLIENT *cl, LC_CARD *card, const char *commandName, GWEN_DB_NODE *cmdData, GWEN_DB_NODE *rspData) |
| GWEN_XMLNODE * | LC_Client_FindCardCommand (LC_CLIENT *cl, LC_CARD *card, const char *commandName) |
| int | LC_Client_AddCardTypesByAtr (LC_CLIENT *cl, LC_CARD *card) |
| GWEN_XMLNODE * | LC_Client_GetAppNode (LC_CLIENT *cl, const char *appName) |
| GWEN_XMLNODE * | LC_Client_GetCardNode (LC_CLIENT *cl, const char *cardName) |
| GWEN_MSGENGINE * | LC_Client_GetMsgEngine (const LC_CLIENT *cl) |
| int | LC_Client_InitCommon () |
| void | LC_Client_FiniCommon () |
| GWEN_DB_NODE * | LC_Client_GetCommonConfig () |
| LC_CLIENT_RESULT LC_Client_ExecApdu | ( | LC_CLIENT * | cl, |
| LC_CARD * | card, | ||
| const char * | apdu, | ||
| unsigned int | len, | ||
| GWEN_BUFFER * | rbuf, | ||
| LC_CLIENT_CMDTARGET | t ) |
References LC_Client_ExecApdu().
Referenced by LC_Client_ExecApdu().
| LC_CLIENT_RESULT LC_Client_BuildApdu | ( | LC_CLIENT * | cl, |
| LC_CARD * | card, | ||
| const char * | command, | ||
| GWEN_DB_NODE * | cmdData, | ||
| GWEN_BUFFER * | gbuf ) |
References LC_Client_BuildApdu().
Referenced by LC_Client_BuildApdu().
| LC_CLIENT_RESULT LC_Client_ExecCommand | ( | LC_CLIENT * | cl, |
| LC_CARD * | card, | ||
| const char * | commandName, | ||
| GWEN_DB_NODE * | cmdData, | ||
| GWEN_DB_NODE * | rspData ) |
References LC_Client_ExecCommand().
Referenced by LC_Client_ExecCommand().
| GWEN_XMLNODE * LC_Client_FindCardCommand | ( | LC_CLIENT * | cl, |
| LC_CARD * | card, | ||
| const char * | commandName ) |
References LC_Client_FindCardCommand().
Referenced by LC_Client_FindCardCommand().
References LC_Client_AddCardTypesByAtr().
Referenced by LC_Client_AddCardTypesByAtr().
| GWEN_XMLNODE * LC_Client_GetAppNode | ( | LC_CLIENT * | cl, |
| const char * | appName ) |
References LC_Client_GetAppNode().
Referenced by LC_Client_GetAppNode().
| GWEN_XMLNODE * LC_Client_GetCardNode | ( | LC_CLIENT * | cl, |
| const char * | cardName ) |
References LC_Client_GetCardNode().
Referenced by LC_Client_GetCardNode().
| GWEN_MSGENGINE * LC_Client_GetMsgEngine | ( | const LC_CLIENT * | cl | ) |
References LC_Client_GetMsgEngine().
Referenced by LC_Client_GetMsgEngine().
| int LC_Client_InitCommon | ( | ) |
References LC_Client_InitCommon().
Referenced by LC_Client_InitCommon().
| void LC_Client_FiniCommon | ( | ) |
References LC_Client_FiniCommon().
Referenced by LC_Client_FiniCommon().
| GWEN_DB_NODE * LC_Client_GetCommonConfig | ( | ) |
References LC_Client_GetCommonConfig().
Referenced by LC_Client_GetCommonConfig().