Functions
cphidgetdictionary.c File Reference
#include "stdafx.h"
#include "cphidgetdictionary.h"
#include "csocket.h"
#include "csocketevents.h"
#include "cphidgetlist.h"
#include "cphidgetmanager.h"
Include dependency graph for cphidgetdictionary.c:

Go to the source code of this file.

Functions

int CCONV CPhidgetDictionary_addKey (CPhidgetDictionaryHandle dict, const char *key, const char *val, int persistent)
int CPhidgetDictionary_areEqual (void *arg1, void *arg2)
int CCONV CPhidgetDictionary_close (CPhidgetDictionaryHandle dict)
int CCONV CPhidgetDictionary_create (CPhidgetDictionaryHandle *dict)
int CCONV CPhidgetDictionary_delete (CPhidgetDictionaryHandle dict)
void CPhidgetDictionary_free (void *arg)
int CCONV CPhidgetDictionary_getKey (CPhidgetDictionaryHandle dict, const char *key, char *val, int vallen)
int CCONV CPhidgetDictionary_getServerAddress (CPhidgetDictionaryHandle dict, const char **address, int *port)
int CCONV CPhidgetDictionary_getServerID (CPhidgetDictionaryHandle dict, const char **serverID)
int CCONV CPhidgetDictionary_getServerStatus (CPhidgetDictionaryHandle dict, int *status)
int CCONV CPhidgetDictionary_remove_OnKeyChange_Handler (CPhidgetDictionaryListenerHandle keylistener)
int CCONV CPhidgetDictionary_removeKey (CPhidgetDictionaryHandle dict, const char *pattern)
int CCONV CPhidgetDictionary_set_OnError_Handler (CPhidgetDictionaryHandle dict, int(CCONV *fptr)(CPhidgetDictionaryHandle, void *, int, const char *), void *userPtr)
int CCONV CPhidgetDictionary_set_OnKeyChange_Handler (CPhidgetDictionaryHandle dict, CPhidgetDictionaryListenerHandle *dictlistener, const char *pattern, int(CCONV *fptr)(CPhidgetDictionaryHandle dict, void *userPtr, const char *key, const char *val, CPhidgetDictionary_keyChangeReason reason), void *userPtr)
int CCONV CPhidgetDictionary_set_OnServerConnect_Handler (CPhidgetDictionaryHandle dict, int(CCONV *fptr)(CPhidgetDictionaryHandle dict, void *userPtr), void *userPtr)
int CCONV CPhidgetDictionary_set_OnServerDisconnect_Handler (CPhidgetDictionaryHandle dict, int(CCONV *fptr)(CPhidgetDictionaryHandle dict, void *userPtr), void *userPtr)
int CPhidgetDictionaryListener_areEqual (void *arg1, void *arg2)
void CPhidgetDictionaryListener_free (void *arg)
void dict_event_handler (const char *key, const char *val, unsigned int len, pdict_reason_t reason, void *ptr)

Function Documentation

int CCONV CPhidgetDictionary_set_OnError_Handler ( CPhidgetDictionaryHandle  dict,
int(CCONV *fptr)(CPhidgetDictionaryHandle, void *, int, const char *)  ,
void userPtr 
)

Definition at line 117 of file cphidgetdictionary.c.

int CCONV CPhidgetDictionary_set_OnKeyChange_Handler ( CPhidgetDictionaryHandle  dict,
CPhidgetDictionaryListenerHandle dictlistener,
const char *  pattern,
int(CCONV *fptr)(CPhidgetDictionaryHandle dict, void *userPtr, const char *key, const char *val, CPhidgetDictionary_keyChangeReason reason)  ,
void userPtr 
)

Definition at line 250 of file cphidgetdictionary.c.

void dict_event_handler ( const char *  key,
const char *  val,
unsigned int  len,
pdict_reason_t  reason,
void ptr 
)

Definition at line 224 of file cphidgetdictionary.c.



pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:21