Golioth Zephyr SDK
Golioth System Client

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...
 

Detailed Description

Macro Definition Documentation

◆ GOLIOTH_SYSTEM_CLIENT_GET

#define GOLIOTH_SYSTEM_CLIENT_GET ( )    (&_golioth_system_client)

Get pointer to Golioth system client instance.

Definition at line 38 of file system_client.h.

Function Documentation

◆ golioth_system_client_request_reconnect()

void golioth_system_client_request_reconnect ( void  )

Restart Golioth system client.

◆ golioth_system_client_start()

void golioth_system_client_start ( void  )

Start Golioth system client.

◆ golioth_system_client_stop()

void golioth_system_client_stop ( void  )

Stop Golioth system client.