The sNTP_CONFIG structure contains
information about the NTP parameters.
typedef struct _NTP_CONFIG { BYTE ip[2][4]; BYTE timezone; BYTE autodls; BYTE reserved[2]; }sNTP_CONFIG, *pNTP_CONFIG; |
ip
The Time Server's IP
timezone
The time zone, please refer to ArcSetTimeZone
autodls
The Auto Daylight Saving
Value |
Meaning |
0 |
Enabled |
1 |
Disabled |
reserved
Reserved
Requirements
Header |
arclib.h |
Include |
arclib.h |
See Also