11 #ifndef __ewf_adapter_ntp__h__included__
12 #define __ewf_adapter_ntp__h__included__
15 #include "ewf_modem_types.h"
The Embedded Wireless Framework adapter API implementation.
ewf_result ewf_adapter_ntp_network_time_synchronize(ewf_adapter *adapter_ptr, const char *server_str, uint16_t port, uint8_t autoset, ewf_adapter_modem_time *time_info_ptr)
Synchronize time with NTP.
enum _ewf_result ewf_result
Success and error result codes specific to the EWF API.
Definition: ewf_adapter_api_ntp.h:30
Definition: ewf_adapter_api_modem_types.h:29
The EWF network adapter control structure definition.
Definition: ewf_adapter.h:50