#include <stdint.h>
#include <golioth/location.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_location_cellular_append()
Append information about cellular network (cell tower) to location request
- Parameters
-
req | Location request |
cell | Information about cellular network |
- Return values
-
GOLIOTH_OK | Location request finished successfully |
GOLIOTH_ERR_MEM_ALLOC | Not enough memory in request buffer |