Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

SntpClientContext Struct Reference

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.