Function anjay_nidd_driver_cleanup
Defined in File nidd.h
Function Documentation
-
void anjay_nidd_driver_cleanup(anjay_nidd_driver_t **driver)
Cleanups driver context by freeing all resources associated with it, using user provided implementation of anjay_nidd_driver_free_t .
Sets *driver to NULL afterwards.
- Parameters:
driver – Pointer to a driver context to operate on.