pub unsafe extern "C" fn esp_transport_get_payload_transport_handle(
    t: esp_transport_handle_t
) -> esp_transport_handle_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