00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef CHIPCARD_CLIENT_CARDLCC_L_H
00015 #define CHIPCARD_CLIENT_CARDLCC_L_H
00016
00017 #define LC_CARD_EXTEND_CLIENT
00018 #include <chipcard/client/card_imp.h>
00019
00020
00021 LC_CARD *LC_CardLcc_new(LC_CLIENT *cl,
00022 uint32_t cardId,
00023 uint32_t serverId,
00024 const char *cardType,
00025 uint32_t rflags,
00026 const unsigned char *atrBuf,
00027 unsigned int atrLen);
00028
00029
00030 uint32_t LC_CardLcc_GetServerId(const LC_CARD *card);
00031
00032 int LC_CardLcc_IsConnected(const LC_CARD *card);
00033 void LC_CardLcc_SetConnected(LC_CARD *card, int b);
00034
00035
00036
00037 #endif
00038