# Direction information
Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/direction_information.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/direction_information.html)
Link estimation data for one link direction.
## Java
LinkLatencyInfoDirectionCopy to clipboard
## Native
lle_LinkLatencyInfoDirectionCopy to clipboard
## Data fields
| Field | API type | Data type | Description |
| --- | --- | --- | --- |
| reportStatus | Java | int | Report status
- 0: Reporting off
- 1: Reporting on
|
| reportStatus | Native | uint8\_t | Report status
- 0: Reporting off
- 1: Reporting on
|
| latencyEstimation | Java | int | Link latency estimation in milliseconds |
| latencyEstimation | Native | uint8\_t | Link latency estimation in milliseconds |
| varianceEstimation | Java | long | Link Variance estimation in milliseconds |
| varianceEstimation | Native | uint64\_t | Link Variance estimation in milliseconds |
| | | | |
**Parent Topic:** [LLE structs](https://docs.qualcomm.com/doc/80-PK177-134/topic/lle_structs.html)
Last Published: Nov 14, 2024
[Previous Topic
LLE structs](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/lle_structs.md) [Next Topic
Example code](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/example_code_QC_2.md)