yumapro
24.10-1
YumaPro SDK
|
Old experimental code for RESTCONF over CoAP not enabled. More...
Functions | |
status_t | obj_dict_init (void) |
Initialize the object dictionary. More... | |
void | obj_dict_cleanup (void) |
Cleanup the object dictionary. More... | |
status_t | obj_dict_add_object (obj_template_t *obj) |
Generate an object identifier and insert into the AVL tree. More... | |
boolean | obj_dict_remove_object (obj_template_t *obj) |
Remove an object from the object dictionary. More... | |
void | obj_dict_dump (void) |
Print the sorted dictionary contents. More... | |
Old experimental code for RESTCONF over CoAP not enabled.
status_t obj_dict_add_object | ( | obj_template_t * | obj | ) |
Generate an object identifier and insert into the AVL tree.
Experimental: not supported
obj | object to add |
void obj_dict_cleanup | ( | void | ) |
Cleanup the object dictionary.
Experimental: not supported
void obj_dict_dump | ( | void | ) |
Print the sorted dictionary contents.
Experimental: not supported
status_t obj_dict_init | ( | void | ) |
Initialize the object dictionary.
Experimental: not supported
boolean obj_dict_remove_object | ( | obj_template_t * | obj | ) |
Remove an object from the object dictionary.
Experimental: not supported
obj | object to remove |