Function esp_idf_sys::protocomm_new

source ·
pub unsafe extern "C" fn protocomm_new() -> *mut protocomm_t
Expand description

@brief Create a new protocomm instance

This API will return a new dynamically allocated protocomm instance with all elements of the protocomm_t structure initialized to NULL.

@return

  • protocomm_t* : On success
  • NULL : No memory for allocating new instance