coreSNTP v1.1.0
Client library for synchronizing device time with internet time using Simple Network Time Protocol (SNTP)
UdpTransportInterface_t Struct Reference

Struct representing the UDP transport interface for user-defined functions that coreSNTP library depends on for performing read/write network operations. More...

#include <core_sntp_client.h>

Data Fields

NetworkContext_tpUserContext
 The user-defined context for storing network socket information.
 
UdpTransportSendTo_t sendTo
 The user-defined UDP send function.
 
UdpTransportRecvFrom_t recvFrom
 The user-defined UDP receive function.
 

Detailed Description

Struct representing the UDP transport interface for user-defined functions that coreSNTP library depends on for performing read/write network operations.


The documentation for this struct was generated from the following file: