Function esp_idf_hal::sys::esp_mesh_get_tx_pending

source ยท
pub unsafe extern "C" fn esp_mesh_get_tx_pending(
    pending: *mut mesh_tx_pending_t,
) -> i32
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