|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
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. | |
PoLTE location response.
| char mdm_hl7800_polte_location_data::confidence_in_meters[33] |
Location confidence, in meters.
| char mdm_hl7800_polte_location_data::latitude[33] |
Latitude.
| char mdm_hl7800_polte_location_data::longitude[33] |
Longitude.
| 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.
| uint32_t mdm_hl7800_polte_location_data::timestamp |
Timestamp of the location response.