Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Compute the local time offset from an SNTP packet.

Files

sntp-c.h/sntp-c.c

Prototype

 

Code Block
languagecpp
CPUSNTP_INT32UTS  SNTPc_GetRemoteTime_s (SNTP_PKT  *ppkt);

 

Arguments

ppkt                         Pointer to the SNTP message packet to compute.

Returned Values

Corrected NTP time stamp.

Required Configuration

Module Configuration.

Notes / Warnings

...

None.

Example Usage

none.