Function esp_idf_sys::esp_transport_tcp_init
source ยท pub unsafe extern "C" fn esp_transport_tcp_init() -> esp_transport_handle_t
Expand description
@brief Create TCP transport, the transport handle must be release esp_transport_destroy callback
@return the allocated esp_transport_handle_t, or NULL if the handle can not be allocated