> ## Documentation Index
> Fetch the complete documentation index at: https://qualcomm-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GnssDcReport

Specifies the type and data payload contained in the disaster and crisis report received from the GNSS engine.

|    **Field**   |                                                    **Type**                                                   |                                                 **Description**                                                |
| :------------: | :-----------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------: |
| `dcReportType` | [GnssDcReportType](https://docs.qualcomm.com/doc/80-80023-25/topic/GnssDCReportType.html#gnss-dc-report-type) |                            Disaster and crisis report type, as defined in standard.                            |
| `numValidBits` |                                                    `UINT32`                                                   | Number of valid bits that the client should make use in the payload specified in `GnssDcReport::dcReportData`. |
| `dcReportData` |                                                    `UINT8`                                                    |                             Disaster and crisis report data packed into `uint8_t`.                             |
