Golioth Firmware SDK
|
Wi-Fi location request, used with golioth_location_init(), golioth_location_finish() and golioth_location_get_sync() More...
#include <location.h>
Data Fields | |
uint8_t | buf [CONFIG_GOLIOTH_LOCATION_REQUEST_BUFFER_SIZE] |
zcbor_state_t | zse [2+1] |
int | flags |
Wi-Fi location request, used with golioth_location_init(), golioth_location_finish() and golioth_location_get_sync()
Definition at line 36 of file location.h.
uint8_t golioth_location_req::buf[CONFIG_GOLIOTH_LOCATION_REQUEST_BUFFER_SIZE] |
Definition at line 38 of file location.h.
int golioth_location_req::flags |
Definition at line 40 of file location.h.
zcbor_state_t golioth_location_req::zse[2+1] |
Definition at line 39 of file location.h.