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) |