#include <chipcard/chipcard.h>#include <gwenhywfar/misc.h>#include <gwenhywfar/list2.h>#include <gwenhywfar/buffer.h>#include <time.h>

Go to the source code of this file.
Typedefs | |
| typedef struct LCM_SERVICE | LCM_SERVICE |
Functions | |
| CHIPCARD_API LCM_SERVICE * | LCM_Service_new (uint32_t serverId, uint32_t serviceId, const char *serviceName) |
| CHIPCARD_API void | LCM_Service_free (LCM_SERVICE *ms) |
| CHIPCARD_API uint32_t | LCM_Service_GetServiceId (const LCM_SERVICE *ms) |
| CHIPCARD_API uint32_t | LCM_Service_GetServerId (const LCM_SERVICE *ms) |
| CHIPCARD_API const char * | LCM_Service_GetServiceName (const LCM_SERVICE *ms) |
| CHIPCARD_API GWEN_BUFFER * | LCM_Service_GetLogBuffer (const LCM_SERVICE *ms) |
| CHIPCARD_API time_t | LCM_Service_GetLastChangeTime (const LCM_SERVICE *ms) |
| CHIPCARD_API const char * | LCM_Service_GetStatus (const LCM_SERVICE *ms) |
| CHIPCARD_API void | LCM_Service_SetStatus (LCM_SERVICE *ms, const char *s) |