Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mdm_hl7800_polte_location_data Struct Reference

PoLTE location response. More...

#include <hl7800.h>

Data Fields

uint32_t timestamp
 Timestamp of the location response.
int status
 Negative errno, 0 on success, positive error code from the server.
char latitude [33]
 Latitude.
char longitude [33]
 Longitude.
char confidence_in_meters [33]
 Location confidence, in meters.

Detailed Description

PoLTE location response.

Field Documentation

◆ confidence_in_meters

char mdm_hl7800_polte_location_data::confidence_in_meters[33]

Location confidence, in meters.

◆ latitude

char mdm_hl7800_polte_location_data::latitude[33]

Latitude.

◆ longitude

char mdm_hl7800_polte_location_data::longitude[33]

Longitude.

◆ status

int mdm_hl7800_polte_location_data::status

Negative errno, 0 on success, positive error code from the server.

The other members are not valid if status is non-zero.

◆ timestamp

uint32_t mdm_hl7800_polte_location_data::timestamp

Timestamp of the location response.


The documentation for this struct was generated from the following file: