notifications.h File Reference
#include <gwenhywfar/types.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
#include <chipcard/chipcard.h>
Go to the source code of this file.
Typedef Documentation
Function Documentation
CHIPCARD_API LC_NOTIFICATION* LC_Notification_new |
( |
uint32_t |
serverId, |
|
|
const char * |
clientId, |
|
|
const char * |
ntype, |
|
|
const char * |
ncode, |
|
|
GWEN_DB_NODE * |
data | |
|
) |
| | |
CHIPCARD_API uint32_t 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 |
) |
|