# getLastEstimationReport

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

Gets the latest link latency estimation report.

            getLastEstimationReport()Copy to clipboard

## Parameters

| Parameter | API type | Data type | Description |
| --- | --- | --- | --- |
| callback | Java | IlinkLatencyInfoCallback | Callback providing estimation reports. See [Link latency information](https://docs.qualcomm.com/doc/80-PK177-134/topic/link_latency_information.html) for details of reported<br>                                values. |
| callback | Native | lle\_LinkLatencyInfoCallback | Callback providing estimation reports. See [Link latency information](https://docs.qualcomm.com/doc/80-PK177-134/topic/link_latency_information.html) for details of reported<br>                                values. |
| ret | Native | int8\_t& | On success this is the actual return value from the API.<br><br><br>                                <br><ul class="ul"><br>                                        <li class="li">1: Success</li><br><br>                                        <li class="li">-1: Iqesdk is NULL</li><br><br>                                        <li class="li">-2: Subsystem error</li><br><br>                                    </ul> |
|  |  |  |  |

## Returns

| Return | API type | Data type | Description |
| --- | --- | --- | --- |
| response | Java | int | <ul class="ul"><br>                                    <li class="li">1: Success</li><br><br>                                    <li class="li">-1: Iqesdk is NULL</li><br><br>                                    <li class="li">-2: Subsystem error</li><br><br>                                </ul> |
| response | Native | qesdk\_transaction\_status | See [QESDK transaction status for Native APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/native_qesdk_class.html) for usage details. Use qesdk\_transaction\_status to confirm API call invocation. If successful, use the `ret` value for the actual API return value object. |
|  |  |  |  |

**Parent Topic:** [LLE susbsystem APIs](https://docs.qualcomm.com/doc/80-PK177-134/topic/lle_subsystem_apis.html)

Last Published: Nov 14, 2024

[Previous Topic
setReportingCriteria](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/set_reporting_criteria.md) [Next Topic
registerForEstimationReports](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/register_for_estimation_reports.md)