Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Compute the local time from an SNTP packet.

Files

sntp-c.h/sntp-c.c

Prototype

 

SNTP_TS  SNTPc_GetRemoteTime (SNTP_PKT        *ppkt,
						      SNTPc_ERR       *p_err);

 

Arguments

ppkt                  Pointer to the SNTP message packet to compute.

p_err               Pointer to variable that will receive the return error code from this function.

Returned Values

Corrected NTP time stamp.

Required Configuration

 

Module Configuration.

Notes / Warnings

None.

Example Usage

none.

  • No labels