Embedded TCP/IP stack
4.7.0
|
Initialization parameters for the fnet_sntp_init() function. More...
Data Fields | |
struct fnet_sockaddr | sntp_server_addr |
Socket address of the remote SNTP/NTP server to connect to. More... | |
fnet_sntp_callback_resolved_t | callback |
Pointer to the callback function defined by fnet_sntp_callback_resolved_t. It is called when the SNTP-client resolving is finished or a timeout is occurred. More... | |
void * | cookie |
Optional application-specific parameter. It's passed to the callback function as input parameter. More... | |
Initialization parameters for the fnet_sntp_init() function.
Definition at line 106 of file fnet_sntp.h.