Function esp_idf_sys::protocomm_delete
source ยท pub unsafe extern "C" fn protocomm_delete(pc: *mut protocomm_t)
Expand description
@brief Delete a protocomm instance
This API will deallocate a protocomm instance that was created
using protocomm_new()
.
@param[in] pc Pointer to the protocomm instance to be deleted