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.
SntpClientContext Struct Reference
SNTP client context. More...
#include <sntp_client.h>
Data Fields | |
| Socket * | socket |
| Underlying socket. | |
| NtpHeader | message |
| Buffer where to format NTP messages. | |
| systime_t | t1 |
| Time at which the NTP request was sent by the client. | |
| systime_t | t4 |
| Time at which the NTP reply was received by the client. | |
Detailed Description
SNTP client context.
Definition at line 172 of file sntp_client.h.
Field Documentation
| NtpHeader message |
Buffer where to format NTP messages.
Definition at line 175 of file sntp_client.h.
| Socket* socket |
Underlying socket.
Definition at line 174 of file sntp_client.h.
| systime_t t1 |
Time at which the NTP request was sent by the client.
Definition at line 176 of file sntp_client.h.
| systime_t t4 |
Time at which the NTP reply was received by the client.
Definition at line 177 of file sntp_client.h.
Generated on Tue Jul 12 2022 17:10:24 by
1.7.2