Function esp_idf_sys::esp_mqtt_client_start
source ยท pub unsafe extern "C" fn esp_mqtt_client_start(
client: esp_mqtt_client_handle_t,
) -> esp_err_t
Expand description
@brief Starts MQTT client with already created client handle
@param client MQTT client handle
@return ESP_OK on success ESP_ERR_INVALID_ARG on wrong initialization ESP_FAIL on other error