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_t * | pUserContext |
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. | |
Struct representing the UDP transport interface for user-defined functions that coreSNTP library depends on for performing read/write network operations.