nRF51 IoT SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
sntp_client_cb_param_t Union Reference

SNTP client callback parameter. More...

#include <sntp_client.h>

Data Fields

time_t time_from_server
 
uint32_t callback_data
 

Detailed Description

SNTP client callback parameter.

Field Documentation

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.