# Estimation report

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/lce_iestimation_report.html)

Provides the estimation report.

**Java**

    IestimationReport() {public void onValues() {}}Copy to clipboard

**Native**

    typedef void (*lce_estimationReport) ();Copy to clipboard

## Callback parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| rate | Java | long | Modem uplink and downlink data rate in kbps. |
| Native | uint32\_t |
| confidenceLevel | Java | confidenceLevel | Level of accuracy and confidence at which the throughput<br>                information is generated by modem. |
| Native | lce\_confidenceLevel |
| linkDirection | Java | linkDirection | Link direction for the current report. |
| Native | lce\_linkDirection |
| queueSizeUL | Java | long | Queue size represents number of pending data (in bytes) at MAC<br>                layer for uplink. This parameter is always 0 for downlink. |
| Native | uint32\_t |
| error | Java | String | Error string. NONE is set if there is no error.<br><br><br>                <br>Possible errors are as follows:<br><br><br>                <ul class="ul" id="concept.dita_5fdc4391-6200-4960-b5ff-d8b7676cad60__ul_kly_v1x_m5b"><br>                  <li class="li">REPORTING_CRITERIA_NOT_SET</li><br><br>                  <li class="li">UNKNOWN_ERROR</li><br><br>                </ul> |
| Native | string |

**Parent Topic:** LCE subsystem callback interfaces

Last Published: Nov 14, 2024

Previous Topic
 
Async result Next Topic

LCE enumerations