Google Cloud IoT Device SDK for Embedded C API
|
Go to the source code of this file.
Data Structures | |
struct | iotc_connection_data_t |
Typedefs | |
typedef enum iotc_connection_state_e | iotc_connection_state_t |
typedef enum iotc_session_type_e | iotc_session_type_t |
typedef enum iotc_connection_state_e iotc_connection_state_t |
typedef enum iotc_session_type_e iotc_session_type_t |
Defines all possible states of the connection process and lifecycle.
Definition at line 31 of file iotc_connection_data.h.
enum iotc_session_type_e |
MQTT session types.
Note that CONTINUE isn't currently supported.
Enumerator | |
---|---|
IOTC_SESSION_CLEAN | MQTT clean session. |
IOTC_SESSION_CONTINUE | MQTT unclean session. |
Definition at line 50 of file iotc_connection_data.h.