![]() |
Morse Micro IoT SDK
2.11.2
|
Functions | |
| static enum mmagic_status | mmagic_controller_get_mqtt_keepalive_s (struct mmagic_controller *controller, uint16_t *var) |
Gets keepalive_s setting for module mqtt. More... | |
| static enum mmagic_status | mmagic_controller_set_mqtt_keepalive_s (struct mmagic_controller *controller, uint16_t var) |
Sets keepalive_s setting for module mqtt. More... | |
| static enum mmagic_status | mmagic_controller_mqtt_commit_all (struct mmagic_controller *controller) |
| Saves all settings from persistent store. More... | |
|
inlinestatic |
Gets keepalive_s setting for module mqtt.
The period at which keep-alive messages are sent by the client
| controller | Reference to the controller handle. |
| var | Reference to the uint16_t to place the received data in. |
Definition at line 6531 of file mmagic_controller.h.
|
inlinestatic |
Saves all settings from persistent store.
| controller | Reference to the controller handle. |
Definition at line 6602 of file mmagic_controller.h.
|
inlinestatic |
Sets keepalive_s setting for module mqtt.
The period at which keep-alive messages are sent by the client
| controller | Reference to the controller handle. |
| var | The uint16_t to write. |
Definition at line 6568 of file mmagic_controller.h.