NX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message

NX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message field

Syntax

NX_SNTP_TIME_MESSAGE nx_sntp_previous_server_time_message;

References

LocationReferrerText
nxd_sntp_client.h:590
NX_SNTP_TIME_MESSAGE nx_sntp_previous_server_time_message; /* Previous valid time update received from the Client time server. */
nxd_sntp_client.c:1885_nx_sntp_client_stop()
memset(&(client_ptr -> nx_sntp_previous_server_time_message), 0, sizeof(NX_SNTP_TIME_MESSAGE));
nxd_sntp_client.c:2943_nx_sntp_client_reset_current_time_message()
memcpy(&client_ptr -> nx_sntp_previous_server_time_message, &client_ptr -> nx_sntp_current_server_time_message, sizeof(NX_SNTP_TIME_MESSAGE)); /* Use case of memcpy is verified. */
nxd_sntp_client.c:3208_nx_sntp_client_apply_sanity_checks()
if (client_ptr -> nx_sntp_previous_server_time_message.flags)
nxd_sntp_client.c:3213_nx_sntp_client_apply_sanity_checks()
&(client_ptr -> nx_sntp_previous_server_time_message),

Data Use

Functions reading NX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message
NX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message
Type of NX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message
NX_SNTP_CLIENT_STRUCT::nx_sntp_previous_server_time_message
all items filtered out