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

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
 

Detailed Description

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.

Field Documentation

◆ buf

uint8_t golioth_location_req::buf[CONFIG_GOLIOTH_LOCATION_REQUEST_BUFFER_SIZE]

Definition at line 38 of file location.h.

◆ flags

int golioth_location_req::flags

Definition at line 40 of file location.h.

◆ zse

zcbor_state_t golioth_location_req::zse[2+1]

Definition at line 39 of file location.h.


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