Golioth Firmware SDK
Loading...
Searching...
No Matches
golioth_cellular_info Struct Reference

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
 

Detailed Description

Cellular tower information, which is passed to golioth_location_cellular_append()

Definition at line 25 of file cellular.h.

Field Documentation

◆ id

uint32_t golioth_cellular_info::id

id

Definition at line 34 of file cellular.h.

◆ mcc

uint16_t golioth_cellular_info::mcc

MCC

Definition at line 30 of file cellular.h.

◆ mnc

uint16_t golioth_cellular_info::mnc

MNC

Definition at line 32 of file cellular.h.

◆ strength

int8_t golioth_cellular_info::strength

Signal strength

Definition at line 36 of file cellular.h.

◆ type

enum golioth_cellular_type golioth_cellular_info::type

Type

Definition at line 28 of file cellular.h.


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