pub unsafe extern "C" fn esp_mesh_get_rx_pending(
    pending: *mut mesh_rx_pending_t
) -> esp_err_t
Expand description

@brief Return the number of packets available in the queue waiting to be received by applications

@param[out] pending pointer to the RX pending

@return

  • ESP_OK
  • ESP_FAIL