Function esp_idf_sys::esp_mesh_get_tx_pending
source ยท pub unsafe extern "C" fn esp_mesh_get_tx_pending(
pending: *mut mesh_tx_pending_t,
) -> esp_err_t
Expand description
@brief Return the number of packets pending in the queue waiting to be sent by the mesh stack
@param[out] pending pointer to the TX pending
@return
- ESP_OK
- ESP_FAIL