![]() |
WE310F5
39.00.000
|
SNTP client cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | enable |
UINT32 | serverID |
UINT8 | serverName [33] |
UINT32 | poll_interval |
SNTP client cfg structure.
SNTP client cfg structure.
Definition at line 798 of file m2mb_profile.h.
UINT8 enable |
enable if SNTP client module is required
Definition at line 800 of file m2mb_profile.h.
UINT32 poll_interval |
SNTP synchronization interval in sec
Definition at line 803 of file m2mb_profile.h.
UINT32 serverID |
Server ID
Definition at line 801 of file m2mb_profile.h.
UINT8 serverName[33] |
Server name
Definition at line 802 of file m2mb_profile.h.