Golioth Zephyr SDK
|
Macros | |
#define | GOLIOTH_SYSTEM_CLIENT_GET() (&_golioth_system_client) |
Get pointer to Golioth system client instance. More... | |
Functions | |
void | golioth_system_client_start (void) |
Start Golioth system client. More... | |
void | golioth_system_client_stop (void) |
Stop Golioth system client. More... | |
void | golioth_system_client_request_reconnect (void) |
Restart Golioth system client. More... | |
#define GOLIOTH_SYSTEM_CLIENT_GET | ( | ) | (&_golioth_system_client) |
Get pointer to Golioth system client instance.
Definition at line 38 of file system_client.h.
void golioth_system_client_request_reconnect | ( | void | ) |
Restart Golioth system client.
void golioth_system_client_start | ( | void | ) |
Start Golioth system client.
void golioth_system_client_stop | ( | void | ) |
Stop Golioth system client.