|  | WE310F5
    39.00.000
    | 
SNTP server entry structure. More...
#include <m2mb_sntp.h>
| Data Fields | |
| UINT8 | name [M2MB_SNTP_SERVER_NAME_SIZE] | 
| UINT8 | addr [M2MB_IP_ADDR_STR_LEN] | 
| UINT32 | status | 
SNTP server entry structure.
This data structure is used with m2mb_sntp_get_server_list() to get server information.
Definition at line 156 of file m2mb_sntp.h.
| UINT8 addr[M2MB_IP_ADDR_STR_LEN] | 
IP address string.
Definition at line 159 of file m2mb_sntp.h.
DNS name or IP address string.
Definition at line 158 of file m2mb_sntp.h.
| UINT32 status | 
Server status: 0, M2MB_SNTP_SERVER_STATUS_KOD or M2MB_SNTP_SERVER_STATUS_NORESP.
Definition at line 160 of file m2mb_sntp.h.