A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ntptimestamp.h Source File

ntptimestamp.h

00001 #include <stdint.h>
00002 #include "clktime.h"
00003 
00004 extern uint64_t NtpTimeStampFromClkTime(clktime  tai);
00005 extern clktime  NtpTimeStampToClkTime  (uint64_t timestamp);