#include <stdint.h>
#include <golioth/net_info.h>
Go to the source code of this file.
◆ golioth_cellular_type
| Enumerator |
|---|
| GOLIOTH_CELLULAR_TYPE_LTECATM | |
| GOLIOTH_CELLULAR_TYPE_NBIOT | |
Definition at line 18 of file cellular.h.
◆ golioth_net_info_cellular_append()
Append information about cellular network (cell tower) to network information
- Parameters
-
| info | Network information |
| cell | Information about cellular network |
- Return values
-
| GOLIOTH_OK | Cellular network info added successfully |
| GOLIOTH_ERR_MEM_ALLOC | Not enough memory in network info buffer |