Type Alias esp_idf_sys::protocomm_t
source · pub type protocomm_t = protocomm;
Expand description
@brief This structure corresponds to a unique instance of protocomm
returned when the API protocomm_new()
is called. The remaining
Protocomm APIs require this object as the first parameter.
@note Structure of the protocomm object is kept private
Aliased Type§
struct protocomm_t { /* private fields */ }