|
libchipcard 5.1.6
|
#include <chipcard/card.h>#include <chipcard/cards/hipersonaldata.h>#include <chipcard/cards/hiinsurancedata.h>
Go to the source code of this file.
| CHIPCARD_API int LC_EgkCard_ExtendCard | ( | LC_CARD * | card | ) |
Extends a basic card type thus making functions of this group available. This stores some EGK-related data with the given card object. This function internally calls LC_ProcessorCard_ExtendCard.
References CHIPCARD_API, and LC_EgkCard_ExtendCard().
Referenced by LC_EgkCard_ExtendCard().
| CHIPCARD_API int LC_EgkCard_UnextendCard | ( | LC_CARD * | card | ) |
Unextend a card object which has previously been extended using LC_EgkCard_ExtendCard. This functions releases all EGK-related ressources. This function internally calls LC_ProcessorCard_UnextendCard.
References CHIPCARD_API, and LC_EgkCard_UnextendCard().
Referenced by LC_EgkCard_UnextendCard().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_Reopen | ( | LC_CARD * | card | ) |
This function is called from within LC_Card_Open for cards which have been extended using LC_EgkCard_ExtendCard. However, if a card extended after opening you can call this function here to let the card do some necessary work before other functions of this group can be used.
References CHIPCARD_API, and LC_EgkCard_Reopen().
Referenced by LC_EgkCard_Reopen().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_VerifyPin | ( | LC_CARD * | card, |
| const char * | pin ) |
Verify the given pin.
References CHIPCARD_API, and LC_EgkCard_VerifyPin().
Referenced by LC_EgkCard_VerifyPin().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_SecureVerifyPin | ( | LC_CARD * | card | ) |
Secure pin verification. This can be used if the card's reader flags indicate that the reader has a keypad.
References CHIPCARD_API, and LC_EgkCard_SecureVerifyPin().
Referenced by LC_EgkCard_SecureVerifyPin().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_ReadRawVd | ( | LC_CARD * | card, |
| GWEN_BUFFER * | buf ) |
References CHIPCARD_API, and LC_EgkCard_ReadRawVd().
Referenced by LC_EgkCard_ReadRawVd().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_ReadRawPd | ( | LC_CARD * | card, |
| GWEN_BUFFER * | buf ) |
References CHIPCARD_API, and LC_EgkCard_ReadRawPd().
Referenced by LC_EgkCard_ReadRawPd().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_ReadPersonalData | ( | LC_CARD * | card, |
| LC_HI_PERSONAL_DATA ** | pData ) |
References CHIPCARD_API, and LC_EgkCard_ReadPersonalData().
Referenced by LC_EgkCard_ReadPersonalData().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_ReadInsuranceData | ( | LC_CARD * | card, |
| LC_HI_INSURANCE_DATA ** | pData ) |
References CHIPCARD_API, and LC_EgkCard_ReadInsuranceData().
Referenced by LC_EgkCard_ReadInsuranceData().
| CHIPCARD_API LC_CLIENT_RESULT LC_EgkCard_ParseInsuranceData | ( | GWEN_XMLNODE * | root, |
| LC_HI_INSURANCE_DATA ** | pData ) |
References CHIPCARD_API, CHIPCARD_DEPRECATED, and LC_EgkCard_ParseInsuranceData().
Referenced by LC_EgkCard_ParseInsuranceData().
| CHIPCARD_API CHIPCARD_DEPRECATED LC_CLIENT_RESULT LC_EgkCard_ReadPd | ( | LC_CARD * | card, |
| GWEN_BUFFER * | buf ) |
References CHIPCARD_API, CHIPCARD_DEPRECATED, and LC_EgkCard_ReadPd().
Referenced by LC_EgkCard_ReadPd().
| CHIPCARD_API CHIPCARD_DEPRECATED LC_CLIENT_RESULT LC_EgkCard_ReadVd | ( | LC_CARD * | card, |
| GWEN_BUFFER * | buf ) |
References LC_EgkCard_ReadVd().
Referenced by LC_EgkCard_ReadVd().