![]() |
Morse Micro IoT SDK
2.10.4
|
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 6816 of file mmagic_controller.h.
|
inlinestatic |
Saves all settings from persistent store.
| controller | Reference to the controller handle. |
Definition at line 6895 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 6853 of file mmagic_controller.h.