#include <gwenhywfar/misc.h>
#include <chipcard/client/card.h>
Go to the source code of this file.
Defines | |
#define | LC_READER_PCSC_MAX_FEATURES 32 |
Typedefs | |
typedef struct LC_READER_PCSC | LC_READER_PCSC |
Functions | |
LC_READER_PCSC * | LC_ReaderPcsc_new (const char *rname) |
void | LC_ReaderPcsc_free (LC_READER_PCSC *r) |
const char * | LC_ReaderPcsc_GetReaderName (const LC_READER_PCSC *r) |
const char * | LC_ReaderPcsc_GetReaderType (const LC_READER_PCSC *r) |
void | LC_ReaderPcsc_SetReaderType (LC_READER_PCSC *r, const char *rtype) |
LC_CARD * | LC_ReaderPcsc_GetCurrentCard (const LC_READER_PCSC *r) |
void | LC_ReaderPcsc_SetCurrentCard (LC_READER_PCSC *r, LC_CARD *card) |
uint32_t | LC_ReaderPcsc_GetFeatureCode (const LC_READER_PCSC *r, int idx) |
void | LC_ReaderPcsc_SetFeatureCode (LC_READER_PCSC *r, int idx, uint32_t code) |
#define LC_READER_PCSC_MAX_FEATURES 32 |
typedef struct LC_READER_PCSC LC_READER_PCSC |
LC_READER_PCSC* LC_ReaderPcsc_new | ( | const char * | rname | ) |
void LC_ReaderPcsc_free | ( | LC_READER_PCSC * | r | ) |
const char* LC_ReaderPcsc_GetReaderName | ( | const LC_READER_PCSC * | r | ) |
const char* LC_ReaderPcsc_GetReaderType | ( | const LC_READER_PCSC * | r | ) |
void LC_ReaderPcsc_SetReaderType | ( | LC_READER_PCSC * | r, | |
const char * | rtype | |||
) |
LC_CARD* LC_ReaderPcsc_GetCurrentCard | ( | const LC_READER_PCSC * | r | ) |
void LC_ReaderPcsc_SetCurrentCard | ( | LC_READER_PCSC * | r, | |
LC_CARD * | card | |||
) |
uint32_t LC_ReaderPcsc_GetFeatureCode | ( | const LC_READER_PCSC * | r, | |
int | idx | |||
) |
void LC_ReaderPcsc_SetFeatureCode | ( | LC_READER_PCSC * | r, | |
int | idx, | |||
uint32_t | code | |||
) |