pub unsafe extern "C" fn esp_transport_get_socket(
t: esp_transport_handle_t,
) -> c_intExpand description
@brief Get the underlying socket from the transport
@param[in] t The transport handle
@return socket descriptor
pub unsafe extern "C" fn esp_transport_get_socket(
t: esp_transport_handle_t,
) -> c_int@brief Get the underlying socket from the transport
@param[in] t The transport handle
@return socket descriptor