SntpClientUpdateStatus
SNTP client status values for directed SNTP requests and processing of unsolicited SNTP messages. These values are appropriate for all operational modes. other - None of the following enumeration values. success - The SNTP operation was successful and the system time was updated. requestTimedOut - A directed SNTP request timed out without receiving a response from the SNTP server. badDateEncoded - The time provided by the SNTP server is not valid. versionNotSupported - The SNTP version supported by the server is not compatible with the version supported by the client. serverUnsychronized - The SNTP server is not synchronized with its peers. This is indicated via the 'leap indicator' field on the SNTP message.
Possible values
6 objects| Number | Name |
|---|---|
| 1 | other |
| 2 | success |
| 3 | requestTimedOut |
| 4 | badDateEncoded |
| 5 | versionNotSupported |
| 6 | serverUnsychronized |