nRF5 IoT SDK
v0.9.0
|
SNTP client callback parameter. More...
#include <sntp_client.h>
Data Fields | |
time_t | time_from_server |
uint32_t | callback_data |
SNTP client callback parameter.
uint32_t sntp_client_cb_param_t::callback_data |
Data pertaining to the event triggering the callback. The kiss code from any Kiss-o'-Death packets.
time_t sntp_client_cb_param_t::time_from_server |
Unix time if a proper proper response is received from an NTP server.