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

Go to the source code of this file.
Typedefs | |
| typedef struct LC_NOTIFICATION | LC_NOTIFICATION |
Functions | |
| CHIPCARD_API LC_NOTIFICATION * | LC_Notification_new (GWEN_TYPE_UINT32 serverId, const char *clientId, const char *ntype, const char *ncode, GWEN_DB_NODE *data) |
| 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 LC_NOTIFICATION* LC_Notification_new | ( | GWEN_TYPE_UINT32 | serverId, | |
| const char * | clientId, | |||
| const char * | ntype, | |||
| const char * | ncode, | |||
| GWEN_DB_NODE * | data | |||
| ) |
| 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 | ) |
1.5.6