notifications.h File Reference

#include <gwenhywfar/types.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
#include <chipcard/chipcard.h>
Include dependency graph for notifications.h:

Go to the source code of this file.

Typedefs

typedef struct LC_NOTIFICATION LC_NOTIFICATION

Functions

CHIPCARD_API LC_NOTIFICATIONLC_Notification_new (uint32_t 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 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)

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 void LC_Notification_free ( LC_NOTIFICATION n  ) 
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  ) 
Generated on Mon Jul 5 23:17:15 2010 for libchipcard by  doxygen 1.6.3