notifications.h File Reference

#include <gwenhywfar/types.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/list2.h>
#include <chipcard3/chipcard3.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_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 Documentation

typedef struct LC_NOTIFICATION LC_NOTIFICATION


Function Documentation

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  ) 


Generated on Sat Sep 22 04:43:29 2007 for libchipcard2 by  doxygen 1.5.3