pub unsafe extern "C" fn esp_transport_get_payload_transport_handle(
    t: *mut esp_transport_item_t
) -> *mut esp_transport_item_t
Expand description

@brief Get transport handle of underlying protocol which can access this protocol payload directly (used for receiving longer msg multiple times)

@param[in] t The transport handle

@return Payload transport handle