#include <gwenhywfar/types.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
#include <chipcard2/chipcard2.h>

Go to the source code of this file.
Typedefs | |
| typedef struct LC_NOTIFICATION | LC_NOTIFICATION |
Functions | |
| CHIPCARD_API void | LC_Notification_free (LC_NOTIFICATION *n) |
| CHIPCARD_API GWEN_TYPE_UINT32 | LC_Notification_GetServerId (const LC_NOTIFICATION *n) |
| CHIPCARD_API const char * | LC_Notification_GetClientId (const LC_NOTIFICATION *n) |
| CHIPCARD_API const char * | LC_Notification_GetType (const LC_NOTIFICATION *n) |
| CHIPCARD_API const char * | LC_Notification_GetCode (const LC_NOTIFICATION *n) |
| CHIPCARD_API GWEN_DB_NODE * | LC_Notification_GetData (const LC_NOTIFICATION *n) |
| typedef struct LC_NOTIFICATION LC_NOTIFICATION |
| CHIPCARD_API void LC_Notification_free | ( | LC_NOTIFICATION * | n | ) |
| CHIPCARD_API const char* LC_Notification_GetClientId | ( | const LC_NOTIFICATION * | n | ) |
| CHIPCARD_API const char* LC_Notification_GetCode | ( | const LC_NOTIFICATION * | n | ) |
| CHIPCARD_API GWEN_DB_NODE* LC_Notification_GetData | ( | const LC_NOTIFICATION * | n | ) |
| CHIPCARD_API GWEN_TYPE_UINT32 LC_Notification_GetServerId | ( | const LC_NOTIFICATION * | n | ) |
| CHIPCARD_API const char* LC_Notification_GetType | ( | const LC_NOTIFICATION * | n | ) |
1.5.3