# 有效级别

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

回调接收有效链路级别作为参数。

**Java**

    IeffectiveLevels() {onValues(level uplink, level downlink) {}}
            }Copy to clipboard

**原生**

    typedef void (*llm_effectiveLevels) (llm_level uplink, llm_level downlink) {}Copy to clipboard

## 参数

| 参数 | API 类型 | 数据类型 | 说明 |
| --- | --- | --- | --- |
| uplink | Java | level | 设备上设置的有效上行链路级别。 |
| uplink | 原生 | llm\_level | 设备上设置的有效上行链路级别。 |
| downlink | Java | level | 设备上设置的有效下行链路级别。 |
| downlink | 原生 | llm\_level | 设备上设置的有效下行链路级别。 |
|  |  |  |  |

**Parent Topic:** [LLM 回调接口](https://docs.qualcomm.com/doc/80-PK177-134Y/topic/llm_callback_interfaces.html)

Last Published: Jun 22, 2023

[Previous Topic
LLM 回调接口](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/llm_callback_interfaces.md) [Next Topic
滤波器状态](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134Y/topics/filter_status.md)