Function anjay_nidd_driver_cleanup

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.