#include <chipcard/chipcard.h>#include <chipcard/client/mon/reader.h>#include <chipcard/client/mon/driver.h>#include <chipcard/client/mon/service.h>#include <gwenhywfar/misc.h>#include <gwenhywfar/list2.h>#include <gwenhywfar/buffer.h>

Go to the source code of this file.
Typedefs | |
| typedef struct LCM_SERVER | LCM_SERVER |
Functions | |
| CHIPCARD_API LCM_SERVER * | LCM_Server_new (uint32_t serverId) |
| CHIPCARD_API void | LCM_Server_free (LCM_SERVER *ms) |
| CHIPCARD_API uint32_t | LCM_Server_GetServerId (const LCM_SERVER *ms) |
| CHIPCARD_API const char * | LCM_Server_GetClientId (const LCM_SERVER *ms) |
| CHIPCARD_API void | LCM_Server_SetClientId (LCM_SERVER *ms, const char *s) |
| CHIPCARD_API LCM_DRIVER_LIST * | LCM_Server_GetDrivers (const LCM_SERVER *ms) |
| CHIPCARD_API LCM_READER_LIST * | LCM_Server_GetReaders (const LCM_SERVER *ms) |
| CHIPCARD_API LCM_SERVICE_LIST * | LCM_Server_GetServices (const LCM_SERVER *ms) |