Typedefs | |
typedef void * | edg_wll_NotifId |
Functions | |
int | edg_wll_NotifIdCreate (const char *server, int port,edg_wll_NotifId *notifid) |
void | edg_wll_NotifIdFree (edg_wll_NotifId notifid) |
int | edg_wll_NotifIdParse (const char *notifidstr, edg_wll_NotifId *notifid) |
char * | edg_wll_NotifIdUnparse (const edg_wll_NotifId notifid) |
void | edg_wll_NotifIdGetServerParts (const edg_wll_NotifId notifid, char **srvName, unsigned int *srvPort) |
char * | edg_wll_NotifIdGetUnique (const edg_wll_NotifId notifid) |
int | edg_wll_NotifIdSetUnique (edg_wll_NotifId *notifid, const char *unique) |
|
Notification handle. Refers to a particular registration for receiving notifications. |
|
Create a Job ID.
|
|
Free the NotifId structure
|
|
Extract notification server address (address:port)
|
|
Extract unique string
|
|
Parse the NotifId string and creates NotifId structure
|
|
Recreate a NotifId by a new unique string
|
|
Unparse the NotifId (produce the string form of NotifId).
|