Golioth Firmware SDK
|
Cellular tower information, which is passed to golioth_location_cellular_append() More...
#include <cellular.h>
Data Fields | |
enum golioth_cellular_type | type |
uint16_t | mcc |
uint16_t | mnc |
uint32_t | id |
int8_t | strength |
Cellular tower information, which is passed to golioth_location_cellular_append()
Definition at line 25 of file cellular.h.
uint32_t golioth_cellular_info::id |
id
Definition at line 34 of file cellular.h.
uint16_t golioth_cellular_info::mcc |
MCC
Definition at line 30 of file cellular.h.
uint16_t golioth_cellular_info::mnc |
MNC
Definition at line 32 of file cellular.h.
int8_t golioth_cellular_info::strength |
Signal strength
Definition at line 36 of file cellular.h.
enum golioth_cellular_type golioth_cellular_info::type |
Type
Definition at line 28 of file cellular.h.