// Reserved for internal use...
typedef struct _TimeZone {
int id;
// Time zone id.
Char TZSyntax[128];
} STimeZone;
typedef struct _TimeZoneList {
int size;
STimeZone timezone[60];
} STimeZoneList;
typedef struct _ManualTimeSetting {
int year;
int month;
int day;
int hour;
int minute;
int second;
} SManualTimeSetting;
typedef struct _NTPTimeSetting {
char ntpServerLoc1[100]; // IP address or FQDN of NTP server
char ntpServerLoc2[100];
} SNTPTimeSetting;
typedef struct _TimeSetting
{
int type;
int enableDST;
int timezoneID;
SManualTimeSetting manual;
SNTPTimeSetting ntp;
} STimeSetting;
/* SSyslogSetting */
// enum TimeConfigType
// Daylight saving. (0: disabled, 1: enabled)
// enum TimeZoneID
- 108 -
Need help?
Do you have a question about the WCB-100A and is the answer not in the manual?
Questions and answers
Can it b use in windows 10