11 #ifndef CHIPCARD_CARD_MEMORYCARD_H
12 #define CHIPCARD_CARD_MEMORYCARD_H
14 #include <chipcard/card.h>
struct LC_CARD LC_CARD
Definition: card.h:25
#define CHIPCARD_API
Definition: chipcard.h:50
LC_CLIENT_RESULT
Definition: client.h:40
CHIPCARD_API int LC_MemoryCard_ExtendCard(LC_CARD *card)
CHIPCARD_API LC_CLIENT_RESULT LC_MemoryCard_WriteBinary(LC_CARD *card, int offset, const char *ptr, unsigned int size)
CHIPCARD_API LC_CLIENT_RESULT LC_MemoryCard_ReadBinary(LC_CARD *card, int offset, int size, GWEN_BUFFER *buf)
CHIPCARD_API unsigned int LC_MemoryCard_GetCapacity(const LC_CARD *card)
CHIPCARD_API int LC_MemoryCard_UnextendCard(LC_CARD *card)