![]() |
Morse Micro IoT SDK
2.9.7
|
Functions | |
| static enum mmagic_status | mmagic_controller_get_ntp_server (struct mmagic_controller *controller, struct string254 *var) |
Gets server setting for module ntp. More... | |
| static enum mmagic_status | mmagic_controller_set_ntp_server (struct mmagic_controller *controller, const char *var) |
Sets server setting for module ntp. More... | |
| static enum mmagic_status | mmagic_controller_ntp_commit_all (struct mmagic_controller *controller) |
| Saves all settings from persistent store. More... | |
|
inlinestatic |
Gets server setting for module ntp.
The hostname or IP of the NTP server. Defaults to "0.pool.ntp.org".
| controller | Reference to the controller handle. |
| var | Reference to the string254 to place the received data in. |
Definition at line 5327 of file mmagic_controller.h.
|
inlinestatic |
Saves all settings from persistent store.
| controller | Reference to the controller handle. |
Definition at line 5384 of file mmagic_controller.h.
|
inlinestatic |
Sets server setting for module ntp.
The hostname or IP of the NTP server. Defaults to "0.pool.ntp.org".
| controller | Reference to the controller handle. |
| var | The string254 to write. |
Definition at line 5353 of file mmagic_controller.h.