Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: azure_umqtt_c iothub_mqtt_transport mbed-rtos mbed wolfSSL Socket lwip-eth lwip-sys lwip
NTPClient.h File Reference
NTP Client header file. More...
Go to the source code of this file.
Data Structures | |
| class | NTPClient |
| NTP Client to update the mbed's RTC using a remote time server. More... | |
Enumerations | |
| enum | NTPResult { NTP_OK = 0, NTP_DNS, NTP_PRTCL, NTP_TIMEOUT, NTP_CONN } |
NTP client results. More... | |
Detailed Description
NTP Client header file.
Definition in file NTPClient.h.
Enumeration Type Documentation
| enum NTPResult |
NTP client results.
- Enumerator:
NTP_OK Success.
NTP_DNS Could not resolve name.
NTP_PRTCL Protocol error.
NTP_TIMEOUT Connection timeout.
NTP_CONN Connection error.
Definition at line 39 of file NTPClient.h.
Generated on Wed Jul 13 2022 07:19:04 by
1.7.2