AWS IoT for ESP32 v1.0.0
An ESP-IDF based solution
|
CawsConfig_st | AWS configuration structure used by the library |
CawsShadow_st | AWS Shadow structure used by the library to handle shadow updates. You should initialize the callback handler and register this awsShadow_st by calling AWS_shadowDeltaRegister function to receive callbacks whenever the shadow element is updated |
ChttpConfig_st | An HTTP Configuration structure |
Cjob_st | Represents the structure used to handle AWS Jobs |
CjsonArray_st | A structure to represent array of JSON objects |
CmqttConfig_st | MQTT configuration structure |
CmqttMsg_st | Structure to represent MQTT message |
CotaStatus_st | OTA status |
Cpacket_st | Packeting structure to handle fragmentation and re-assembly of file download |
Crb_st | Ring buffer structure |
CsystemInitConfig_st | System configuration structure. The application should define the system configuration variable and configure it before calling SYSTEM_init function |
CtagStructure_st | A structure to represent key-value pairs in a JSON string |
Cvalue_ut | |
CwifiCred_st | WiFi credentials |