|
Google Cloud IoT device SDK for embedded C
1.0.2
|
Go to the source code of this file.
Data Structures | |
| struct | iotc_connection_data_s |
Typedefs | |
| typedef enum iotc_connection_state_e | iotc_connection_state_t |
| typedef enum iotc_session_type_e | iotc_session_type_t |
| typedef struct iotc_connection_data_s | iotc_connection_data_t |
Defines connection states.
Definition in file iotc_connection_data.h.
The MQTT CONNECT parameters.
Connection process and lifecycle states.
MQTT session types.
Definition at line 37 of file iotc_connection_data.h.
| enum iotc_session_type_e |
| Enumerator | |
|---|---|
| IOTC_SESSION_CLEAN | MQTT clean session. |
| IOTC_SESSION_CONTINUE | MQTT unclean session. |
Definition at line 59 of file iotc_connection_data.h.