Embedded TCP/IP stack
4.7.0
|
typedef void(* fnet_sntp_callback_resolved_t) (const fnet_sntp_timestamp_t *timestamp, void *cookie) |
Prototype of the SNTP-client callback function that is called when the SNTP client has completed the timestamp resolving.
timestamp | Pointer to the received timestamp or FNET_NULL if the resolving is failed. |
cookie | User-application specific parameter. It's set during the SNTP-client service initialization as part of fnet_sntp_params_t. |
Definition at line 101 of file fnet_sntp.h.